-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Change directory This command is used for changing the directory
If i am in a folder called folder 1 and i need to get to folder 2
You put into the shell cd folder 2
You can also do cd \
to go to your root folder
This lists the directoy that your currently in like -c --colour prints files with colouring -h --help prints this help message
dir [-c,-h]
List the directoy your in but with a more simpler veiw -c --colour prints files with colouring -d --directory only prints directory's -f --files only prints files -h --help prints this help message
ls [-d,-h,-f,-c]
Note files will be coloerd white and directorys will be blue
Prints a file onto the terminal
print <file name>
This command lets the shell run a command to the os
$ <command>
Removes a file of the disk perminently
rm <file name>
Removes a directory and what it conatins
rmdir <dir>
Creates a directory
mkdir <name>
Create a file
mk <file name>
Returns the local ip address
locip
Returns the public ip address
pubip
runs a python script
python <file name>
runs a js file using js2py
js <file name>
reads the history and prints it on the screen
the argument -c
clears the history
the argument -on
turn on history logging
the argument -c
turn off history logging
history [-c,-on,-off]
Prints out all the items of your current directory and sub directorys
the argument --colour-off
prints without colouring
tree [--colour-off]
lets you force clear the temp folder located in system\temp
tc
Prints the addons you have installed
addon_list [-v,-verbose]
the -v
or -verbose
argument shows the full file name and line numbers
Welcome to the Xshell Wiki