Changes between Version 19 and Version 20 of YM_Course_2009/Lab4


Ignore:
Timestamp:
Jul 4, 2009, 4:48:23 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YM_Course_2009/Lab4

    v19 v20  
    219219{{{
    220220chmod a+x test1.sh
    221 ./test1.sh
     221}}}
     222{{{
     223ubuntu@ubuntu:~$ ./test1.sh
     224Enter a filename:
     225file
     226ubuntu@ubuntu:~$ ./test1.sh
     227Enter a filename:
     228ab
     229File is not read-able
    222230}}}
    223231
     
    239247{{{
    240248chmod a+x test2.sh
    241 ./test2.sh
    242 }}}
     249}}}
     250{{{
     251ubuntu@ubuntu:~$ ./test2.sh
     252Usage: filetest filename
     253ubuntu@ubuntu:~$ ./test2.sh filename
     254File filename is not accessible
     255ubuntu@ubuntu:~$ ./test2.sh file
     256}}}