Last login: Wed Nov 28 14:59:55 on ttys009

Math-Tuttle-OSX:~ smtuttle$ ssh st10@nrs-projects.humboldt.edu
st10@nrs-projects.humboldt.edu's password: 
Last login: Wed Nov 28 13:15:31 2012 from 137.150.7.22

[st10@nrs-projects ~]$ export EDITOR=/usr/bin/emacs

[st10@nrs-projects ~]$ crontab -e
no crontab for st10 - using an empty one

[1]+  Stopped                 crontab -e

[st10@nrs-projects ~]$ which echo
/bin/echo

[st10@nrs-projects ~]$ fg
crontab -e

[1]+  Stopped                 crontab -e

[st10@nrs-projects ~]$ pwd
/home/st10

[st10@nrs-projects ~]$ fg
crontab -e
crontab: installing new crontab
"/tmp/crontab.XXXXULErmz":1: premature EOF
errors in crontab file, can't install.
Do you want to retry the same edit? y
crontab: installing new crontab

[st10@nrs-projects ~]$ ls -l in-lab-14.txt
ls: in-lab-14.txt: No such file or directory

[st10@nrs-projects ~]$ ls -l in-lab-14.txt
-rw-r--r-- 1 st10 st10 1 Nov 28 15:28 in-lab-14.txt

[st10@nrs-projects ~]$ cat in-lab-14.txt | wc 
      1       0       1

[st10@nrs-projects ~]$ cat in-lab-14.txt | wc -l
1

[st10@nrs-projects ~]$ cat in-lab-14.txt | wc -l
1

[st10@nrs-projects ~]$ cat in-lab-14.txt | wc -l
2

[st10@nrs-projects ~]$ more in-lab-14.txt 


[st10@nrs-projects ~]$ crontab -e

[1]+  Stopped                 crontab -e
[st10@nrs-projects ~]$ cat in-lab-14.txt | wc -l
2

[st10@nrs-projects ~]$ cat in-lab-14.txt | wc -l
16

[st10@nrs-projects ~]$ more in-lab-14.txt 


moo
moo
moo
moo
moo
moo
moo
moo
moo
moo
moo
moo
moo
moo
[st10@nrs-projects ~]$ crontab -r
[st10@nrs-projects ~]$ crontab -l
no crontab for st10