Tag: commands
Multi-line editing on Atom
Danyal November 6, 2021
If you are wondering how to append/edit multiple lines to code in Atom, you landed…
Posted in Code Editors Tagged Atom, commands, shortcuts
Docker: Prune containers
Danyal May 12, 2021
When you stop a container, it is not automatically removed unless you started it with…
Posted in Docker Tagged cli, commands, docker containers
Linux: Compress or uncompress files
Danyal August 25, 2019
How do I compress a linux or unix folder? It’s quite simple to compress whole…
Posted in Linux Tagged commands, compression, gzip, tar
Solved: ‘/bin/rm: Argument list too long’ error
Danyal March 12, 2018
I faced this issue while I was removing huge list of files from a folder…
Posted in Linux Tagged commands, delete all files from filder, remove files
Linux Navigation and File Management Commands
Danyal March 1, 2018
This guide covers the basic understanding of exploration and navigation of linux system. Find your current…