-
Use dash, which doesn’t drop privileges. Arguments ls Order by the last recent modified file: ls -t Better history Add this to .bashrc HISTSIZE=10000 HISTTIMEFORMAT='%F %T ' Handling from files with starting - cp -- -file.txt file.txt STDOUT, STDIN and STDERR (redirection) Output STDERR (2) also on STDOUT (1) cmd 2>&1 man Seaching for a keyword in…