0

I look over internet for the file contents but I couldn't where can I find /etc/inputrc contents for Ubuntu 20.04

1 Answers1

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