We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3 provided a basic virtual file system, with support for ls and open.
ls
open
ls only provides names and no other details, which is a bit of a problem since so many of our examples use various columns from ls.
Other fs related commands need to be replaced to use the vfs: cd, cp, du, enter, exit, mkdir, mv, pwd, rm, save, touch (maybe more)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#3 provided a basic virtual file system, with support for
ls
andopen
.ls
only provides names and no other details, which is a bit of a problem since so many of our examples use various columns fromls
.Other fs related commands need to be replaced to use the vfs: cd, cp, du, enter, exit, mkdir, mv, pwd, rm, save, touch (maybe more)
The text was updated successfully, but these errors were encountered: