Search results

  1. Fjor

    MAN Pages & Useful Information

    Almost all commands have also a help option to show a brief reminder of the available options, like in cd --help pwd --help For bash, there is also the 'help' command that shows a short summary of bash internal commands, and also shows info of a particular command, as in: help logout The...
  2. Fjor

    Programming with BASH

    Hi! About redirecting the output to a single file, you can group several commands and redirect all using parenthesis or curly braces: #-- this launches a child bash process to run the commands: ( echo "This is the no commented lines in monit configuration:" echo grep -v "^#"...
Top