3 articles has "linux" tag
- 1
Linux command:
gzip
Read moregzip
command is used to reduce the size of given files. This command is so common that you will most likely find it already installed on your Linux distro. - 2
Linux command:
locate
Read moreIf you are feeling lazy and need to search for some file or directory in your whole system, then
locate
might be your best friend. It can find things super fast from thousands of items with the help of a database created earlier and usually updated automatically once a day. - 3
What are wildcards and globbing?
Read moreThe two features of Linux shells — wildcards and globbing — can sometimes save us a lot of time by letting us communicate to the computer to match filenames in an efficient way to do something with them like displaying, copying, moving, removing etc.