system¶
vb system COMMAND ARGS...
Description¶
Often abbreviated as just vb sys, this command provides primative,
low-level unix-like commands for use on systems that lack those commands
natively.
Type vb sys help for a list of available commands.
Type vb sys help COMMAND for detailed help on a particular
command.
Command List¶
command |
description |
|---|---|
Concatenate FILE(s) to standard output. If no FILE is given or FILE is |
|
Copy SOURCE to DEST, or multiple SOURCE(s) to DEST directory. |
|
Show the current system time and date |
|
Display a line of text. |
|
List files |
|
Create the DIRECTORY(ies), if they do not already exist. |
|
Move (rename) SOURCE to DEST, or multiple SOURCE(s) to DEST directory. |
|
Show the Present Working Directory name |
|
Remove (unlink) FILE(s). |
|
Remove empty DIRECTORY(ies). |
|
Update the access and modification times of each FILE to the current time. |
|
Guess the character encoding of each FILE using uchardet. |
|
Show the location on PATH of executables EXE |