http://qgu356nwwy7dweo276qk6rkts4pgpgm3vjjmedsifunu5yope52vdbid.onion/index.php/Command_(computing)
The command is ls , the argument is /bin and there are three flags: -l , -t and -r . ls -l -t -r /bin
ls -ltr /bin The following command displays the contents of the files ch1.txt and ch2.txt . The command is cat , and ch1.txt and ch2.txt are both arguments. cat ch1.txt ch2.txt Here are some commands given to a different command-line interpreter (the DOS , OS/2 and Microsoft Windows command prompt).