countFiles (File("ola", [])) ;;
countDirs (File("ola", [])) ;;
size (File("ola", [])) ;;
height (File("ola", [])) ;;
width (File("ola", [])) ;;
check [] (File("ola", [])) ;;
up [] ;;
down "ole" (Dir("ola", [File("ole", [])])) [] ;;
get [] (File("ola", [])) ;;
add (File("ole", [])) [] (Dir("ola", [])) ;;
rm ["ole"] (Dir("ola", [File("ole", [])])) ;;
find "zz" (File("ola", [])) ;;
Sys.command("printf \"f\nola\n0\n\" > fich.txt") ;;
load "fich.txt" ;;
store "fich.txt" (File("ola", [])) ;;
Sys.command("cat fich.txt") ;;
show (File("ola", [])) ;;
interpreter() ;;
count
show
pwd
quit
