Cloud Tunedcloudtuned.hashnode.dev·Jul 9, 2024Cheat Sheet #day44 - pwdpwd Cheatsheet Basic Usage Print the Current Working Directory pwd Common Options Print the Logical Current Working Directory pwd -L Print the Physical Current Working Directory (Avoids Symlinks) pwd -P Examples Basic Usage # Simpl...Cheat Sheetspwd
AccDevabojeonline.com·Mar 27, 2024Simple Command-line Prompts in the TerminalWhy The Terminal? I know you must be eager by now, with the tension building to jump right into coding, but these preliminary lessons would help set you up for success. From our previous lesson https://abojeonline.com/installation-of-vscode-extension...Front End Development: The Accidental Developer Seriesterminal
sushil pawariamsushil.hashnode.dev·Feb 3, 2024🌈 Day 3: Day-To-Day Use Linux Commands💡📝 Tasks at Hand: 1. To view what's written in a file: Command:cat Syntax:cat filename.txt Explanation: Displays the entire contents of the specified file on the terminal screen. 2. To change the access permissions of files: Command:chmod Synta...10 likes#rmdir
Utsav Gohelgoutsav.hashnode.dev·Jul 1, 2023Day 2 Task: Basics linux commandTask: What is the linux command to Check your present working directory. pwd -> present working directory List all the files or directories including hidden files. ls -a -> list command will list all files including hidden files Create a neste...#90daysofdevops