Random Manual(command's) Pages while login SSH:

  • If you wish to know the linux command's random man page in every SSH login, Kindly add below line in .bashrc file,

/usr/bin/man $(ls /bin | shuf | head -1)

  • Now you got it, useful right???

Comments

Popular posts from this blog

Resolved: DOCKER: Error response from daemon: Could not attach to network / rpc error: code = 7 desc = network not manually attachable.

yum failed 6 times. Cannot continue!

How to echo colored text in linux shell script: