shell mini cd manager question
Hello,
chapter 2 mini CD manager. Can any one please explain the next code:
in the function remove_records():
[code]
grep -v "^${cdcatnum}," $title_file > $temp_file
mv $temp_file $title_file
grep -v "^${cdcatnum}," $tracks_file > $temp_file
mv $temp_file $tracks_file
[code]
any help will be greatly appreciated.
thank you.
|