To run the file manager:
npm run start -- --username=<your-name>Navigation commands:
upcd path_to_directorylsBasic operations with files:
cat path_to_fileadd new_file_namemkdir new_directory_namern path_to_file new_filenamecp path_to_file path_to_new_directorymv path_to_file path_to_new_directoryrm path_to_fileOperating system info:
os --EOLos --cpusos --homediros --usernameos --architectureMiscellaneous:
hash path_to_filecompress path_to_file path_to_destinationdecompress path_to_file path_to_destination