Script started on Tue 28 Aug 2012 02:55:12 PM CDT bash-3.2$ ls a.out record1.txt test1.c test1.c~ test1.out test2.c test2.c~ test2.out bash-3.2$ ls -a . a.out test1.c test1.out test2.c~ .. record1.txt test1.c~ test2.c test2.out bash-3.2$ cat test2/c.c #include int main(void) { printf(" I was done in Notepad! \n"); } bash-3.2$ quit bash: quit: command not found bash-3.2$ exit exit Script done on Tue 28 Aug 2012 02:56:58 PM CDT