10 TERMINAL Commands to Help Start Your Programming Career | New

Опубликовано: 28 Сентябрь 2024
на канале: ComputerScienceVideos
19
2

The 10 Terminal Commands to Help Start Your Programming Career | New #TerminalCommands #Programming #ComputerScienceVideos

1. cd (Change Directory)
2. ls (list all folders)
3. ls -l (List in long format. Includes file mode, owner and group name, the date and the time the file was modified, as well as the pathname)
4. cd Documents/ (Change to Documents)
5. pwd (Print Working Directory)
6. cd .. (Move up a parent Directory)
7. cd ../.. (Move up 2 Directories)
8. cd Documents/; ls -l (Change Directory into Documents and List the items)
9. mkdir Folder (Make a Directory)
10. rmdir Folder (Remove Directory)

Social Media:
--------------------------------
Twitter:   / computervideos  
Instagram:   / computer.science.videos  
YouTube:    / computersciencevideos  

CSV GitHub: https://github.com/ComputerScienceVideos
Personal GitHub: https://github.com/RehanAbdullah
--------------------------------
Contact via e-mail
--------------------------------
Business E-Mail: [email protected]
Personal E-Mail: [email protected]

© Computer Science Videos 2020