Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.82 KB

featureTracking.md

File metadata and controls

41 lines (40 loc) · 1.82 KB

linux-terminal

Commands Available

  1. rmdir (Remove empty of filled directory)
    • Remove empty or filed directory
    • Raise error when invalid directory is deleted
    • Raise error when current or parent directory is being deleted(./ or ../)
  2. mkdir (Make directory at specified valid location)
    • Make directory if path is correct
    • Raise error if path is being in correct
  3. ls (List current directory content)
    • List all contents including hidden of current directory
    • List content of specified valid path, if not valid raise error
  4. cp (Copy file or directory)
    • Copy dir or file from source to destination
    • Raise error is directore is copied to file or to invalid dir
    • Raise error if copied to same directory(./ or ../)
  5. mv (Move file or directory)
    • Move dir or file from source to destination
    • Raise error if copied to same directory
    • Raise error is directore is copied to file
  6. ren (Rename specified file or directory)
    • Rename file and directory
    • Raise error if current name is same as previous
    • Rename file or dir at distant location
  7. nano (Text editor)
    • Create and edit file
    • Make editing possibile with arrow key and cursor
    • Allow keyboard shorcuts
    • Re display previous command after exiting nano
  8. cat (display context of file)
    • List content of file in current directory
    • Raise error if file not found
    • Cat file at specified valid location
  9. python (Python interpreter)
    • Make python interpretor
    • Minimize error result exit of code
    • Show error generatoed in code more specificaly
  10. cmatrix (Falling matrix animation)
    • Make falling matrix animation
    • Make matrix animation for cmd in windows