#file-system
Linux rm Command
May 15, 2019
Using the “rm” linux command allows you to delete a file or a directory
Git: Set Case Sensivity In Mac OS X
May 09, 2019
If you’re on Mac OS X save yourself some time and change your git configuration to be case sensitive on filenames
Copy A File To Multiple Sources With tee
May 06, 2019
Ever wanted to copy a file to multiple sources in the command line all in one command? You can use the linux tee command.
Creating SymLinks in Linux
Apr 29, 2019
A SymLink in Linux is a special kind of file that points to an actual file or directory.