I look over internet for the file contents but I couldn't where can I find /etc/inputrc
contents for Ubuntu 20.04
Asked
Active
Viewed 337 times
0
1 Answers
2
You should be able to copy the original file from your /usr/share/readline
directory:
$ diff -s /usr/share/readline/inputrc /etc/inputrc
Files /usr/share/readline/inputrc and /etc/inputrc are identical

steeldriver
- 136,215
- 21
- 243
- 336