Published onSeptember 27, 2023The difference between `cat` and `less`LinuxShellcat shows all, less paginates.
Published onSeptember 26, 2023What is the 'touch' command in Terminal?LinuxShellIf the file doesn’t exist, it creates a new empty file; if it already exists, it updates the modification time.
Published onNovember 25, 2021Understanding the difference between Shell and TerminalShellTerminalThe Shell processes commands; the Terminal is its interface.
Published onApril 2, 2021A Clear Comparison Between `echo` and `printf` in Shell ScriptingShellUse `echo` for simple output, `printf` for precise control.