Published onAugust 28, 2024Understanding `LF` and `CRLF`LinuxWindowsLF (\n) is for UNIX, CRLF (\r\n) is for Windows.
Published onSeptember 27, 2023The difference between `cat` and `less`Linuxterminal-commandcat shows all, less paginates.
Published onSeptember 26, 2023What is the 'touch' command in Terminal?Linuxterminal-commandIf the file doesn’t exist, it creates a new empty file; if it already exists, it updates the modification time.
Published onMarch 24, 2023Cygwin - Bringing Linux Commands to WindowslinuxRun Linux commands on Windows with ease
Published onMarch 21, 2023What is POSIX?LinuxOperating-systemPOSIX enables applications to function consistently in different Unix environments.
Published onNovember 30, 2021Handling file or directory names with spacesLinuxTroubleshootingWhen naming files, just ignore the spacebar.
Published onNovember 28, 2021What are `apt` and `brew`?LinuxSimilar to 'Add or Remove Programs' in Windows, but simpler.