nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to use a here documents to write data to a file in bash script

Posted: 16 Nov 2017 04:09 AM PST

How do I use a heredoc redirection feature (here documents) to write data to a file in my bash shell scripts?

How to install man pages on a CentOS Linux 6/7

Posted: 16 Nov 2017 01:55 AM PST

I have installed both CentOS Linux version 6.x and 7.x using LXD vm. I am unable to access man pages and getting the following error:     $ man date     bash: man: command not found How to install man pages on my CentOS 6/7 VM?