Differences between revisions 14 and 15
Revision 14 as of 2021-01-12 22:38:46
Size: 1858
Editor: HannahRoss
Comment:
Revision 15 as of 2021-01-12 22:42:08
Size: 1975
Editor: HannahRoss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
||<tablewidth="200px" tablestyle="text-align:center">pwd || || ||
||ls || || ||
||ls -l || || ||
||cd || || ||
||<tablewidth="200px" tablestyle="text-align:center">pwd ||print working directory || ||
||ls || list for things in folder || ||
||ls -l || list with longer description || ||
||cd || change directory || move into a new folder ||
Line 39: Line 39:
||sudo || ||<<BR>>|| ||sudo || ||<<BR>> ||
Line 47: Line 47:

This is pretty much a stub page for now -- let's flesh it out soon with as many as possible of the resource links we have accumulated over time. For now, just putting up this link to Russ Poldrack's site so I (MJ) can get it out of my inbox from where I emailed it to myself:

Also, an off-the-top-of-my-head list of things we should also link up:

General Line Coding

Command Codes

What it DO

Notes

pwd

print working directory

ls

list for things in folder

ls -l

list with longer description

cd

change directory

move into a new folder

cd ../

clear

mkdir

touch

rmdir

cp

history

mv

rm

sudo


apt-get install

file

cat

.

/

-

rapwiki: ProgrammingResources (last edited 2021-01-12 22:49:50 by HannahRoss)