ls [-la] [path]
List fake files and folders.
Create, copy, move, remove, and find files safely.
Create folders and files, then copy, move, and remove fake files safely.
02 Files and paths Copy and moveDuplicate and rename project files while checking paths before and after.
03 Files and paths Safe deletionRemove a single fake file and learn why wildcards, root, and force deletes are blocked.
04 Files and paths Find filesSearch the fake filesystem by root and filename pattern.
ls [-la] [path]
List fake files and folders.
mkdir <name>
Create a folder.
touch <file>
Create an empty file.
cat <file>
Print text file contents.
find [path] [-name text]
Search fake filesystem paths.
cp <src> <dst>
Copy a file.
mv <src> <dst>
Move or rename a file.
rm <file>
Remove one fake file with safeguards.
stat <path>
Show fake file details.