Below you will find pages that utilize the taxonomy term “bash”
Posts
Linux
Linux In my three months of being a software developer I have grown to love the Linux Bash CLI.
In this post, we will explore some simple Linux commands that will help you get more comfortable working with the command line.
ls (lists all non-hidden files in current directory) ls -la (lists all files in current directory) cat filename.txt (prints the contents of the file to the screen) vim filename.