Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Command Line

Objectives

  • Know about the Command Line?
  • Why we use Command Line?
  • Make files and directory.
  • View the files
  • Detete and edit them
  • How to Navigate

Paths and Directories

Absolute Paths

The absolute path shows the full path of files and it is unique location withini the file system. No other files can have this path.

Absolute paths:

  • Start with leadiing slash '/'
  • Always relative to the root directory

Relative Paths

The Relative paths are the paths descrbed with respect to the current directory.

There are two special relative directories.

  • .. parent directory
  • . current directory

Lab: Make a T1000 directory

Create the following directories as well. They should be subdirectories of

Please, following structure below:

~/T1000
├── warmups
├── homeworks_labs
├── lessons
├── projects

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors