rm Shell Command – Raspberry Pi Terminal

When logged into the Raspberry Pi Terminal or ssh, the rm shell command allows users to remove (delete) files and directories. In fact the rm shell command can recursively remove an entire directory including all directories and files contained within.

less Shell Command – Raspberry Pi Terminal

When logged into the Raspberry Pi Terminal or ssh, the less shell command allows users to view files on a page by page basis. In addition the less shell command allows users to page or scroll both up and down.