Differences between revisions 13 and 14
Revision 13 as of 2018-06-06 23:47:21
Size: 1333
Editor: MattJohnson
Comment:
Revision 14 as of 2021-01-12 22:38:46
Size: 1858
Editor: HannahRoss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
  *https://www.youtube.com/playlist?list=PLcnHGdLQ5gQEj27ZCodeDzEybWZC78uap (VIDEOS)
  *https://drive.google.com/drive/folders/0B6VHJUz7VmVCSHhndy14WlhtYk0 (GOOGLE DRIVE)
  * https://www.youtube.com/playlist?list=PLcnHGdLQ5gQEj27ZCodeDzEybWZC78uap (VIDEOS)
  * https://drive.google.com/drive/folders/0B6VHJUz7VmVCSHhndy14WlhtYk0 (GOOGLE DRIVE)
Line 16: Line 16:
  *https://unl.box.com/s/hhcvziqm0edv5zwz8kh6ds7i3g70amzr
  *Reccomendations in UNL box:
   *"How to Count" which is in the "assorted" sub-folder
   *"joy of coding" and "hacking" Humble Bundle collections
  * https://unl.box.com/s/hhcvziqm0edv5zwz8kh6ds7i3g70amzr
  * Reccomendations in UNL box:
   * "How to Count" which is in the "assorted" sub-folder
   * "joy of coding" and "hacking" Humble Bundle collections
Line 21: Line 21:

General Line Coding
||<tablewidth="200px" tablestyle="text-align:center">Command Codes ||What it DO ||Notes ||


||<tablewidth="200px" tablestyle="text-align:center">pwd || || ||
||ls || || ||
||ls -l || || ||
||cd || || ||
||cd ../ || || ||
||clear || || ||
||mkdir || || ||
||touch || || ||
||rmdir || || ||
||cp || || ||
||history || || ||
||mv || || ||
||rm || || ||
||sudo || ||<<BR>>||
||apt-get install || || ||
||file || || ||
||cat || || ||
||. || || ||
||/ || || ||
||- || || ||

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

ls

ls -l

cd

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)