Changes

Jump to: navigation, search

Talk:Fall 2008 SPR720 Sample Exam Questions

111 bytes added, 01:32, 11 December 2008
no edit summary
7. Write a bash script which will print all of the files in your home directory which end in .ps -- you must be able to run the script from any directory.
<PRE>
#!/bin/bash
find ~ -name "*.ps"
 
Save the script, give it executabel permission.
PATH="$PATH:."
</pre>
8. Write a spec file for an RPM package. Here are the package details:
1
edit

Navigation menu