#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
kill Command Cheatsheet The kill command in Unix-like systems is used to terminate processes by sending signals to them. It allows users to manage and...
unzip Command Cheatsheet The unzip command is used to extract files from a ZIP archive. It’s a commonly used utility for decompressing ZIP files in...
zip Command Cheatsheet The zip command is used to compress files into a ZIP archive. It is a popular utility for archiving and compressing files in...
export Command Cheatsheet The export command in Unix-like systems is used to set environment variables, making them available to subprocesses. Here's...
diff Command Cheatsheet The diff command in Unix-like systems is used to compare two files line by line and display the differences between them....
tail Command Cheatsheet The tail command in Unix-like operating systems is used to display the last part of a file. Here’s a quick reference...