Tag Archives: unix

Using the Unix command ‘sed’ with URLs

I’m an “old school” Unix user, who grew up on sed, awk & Sendmail, but many people still use sed & its syntax from the Unix or Linux command-line daily, so this is a quick note on how to use … Continue reading

Posted in Network Presence | Tagged , | Comments Off on Using the Unix command ‘sed’ with URLs

Old School way of viewing Unix Man pages

“nroff -man /path/to/manpage.man | more”. ie: they’re just nroff formatted text files. The files are often gzip compressed on disk nowadays, so on Linux, the command pipeline to (say) the ls command’s man page from a shell prompt is: zcat … Continue reading

Posted in Network Presence | Tagged , , , | Comments Off on Old School way of viewing Unix Man pages