Changes between Version 19 and Version 20 of YM_Course_2009/Lab4
- Timestamp:
- Jul 4, 2009, 4:48:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YM_Course_2009/Lab4
v19 v20 219 219 {{{ 220 220 chmod a+x test1.sh 221 ./test1.sh 221 }}} 222 {{{ 223 ubuntu@ubuntu:~$ ./test1.sh 224 Enter a filename: 225 file 226 ubuntu@ubuntu:~$ ./test1.sh 227 Enter a filename: 228 ab 229 File is not read-able 222 230 }}} 223 231 … … 239 247 {{{ 240 248 chmod a+x test2.sh 241 ./test2.sh 242 }}} 249 }}} 250 {{{ 251 ubuntu@ubuntu:~$ ./test2.sh 252 Usage: filetest filename 253 ubuntu@ubuntu:~$ ./test2.sh filename 254 File filename is not accessible 255 ubuntu@ubuntu:~$ ./test2.sh file 256 }}}