square-terminal3.2 Files

Ševčík CMD offers several commands for working with files. They are based on the ševčík class, which contains less advanced to moderately advanced commands for manipulating the computer.

3.2.1 Listing of files

File display works on a root basis. If we want to find subfolders in a specific folder, we have to navigate to it by typing the absolute path.

3.2.1.1 Syntax - Listing of files

CZ:

sevcik.co_je_tu("path")

3.2.1.2 Example

3.2.2 Openening files

Opening of files are same as listing root based, if you want to open any file, you need to write absolute path, wich ends with name of file. Don't forget the file suffix.

3.2.2.1 Syntax - Opening files

CZ:

3.2.3 Copying of file

Copying a file takes the original file and copies it entirely to the destination folder. The result is the original file and a new file in the destination folder.

3.2.3.1 Example - Copying of file

3.2.4 Deleting files

This command deletes individual files, again using the path from root.

When entering a command, confirmation is required.

Console output:

Last updated