View Single Post
  #5   (View Single Post)  
Old 20th October 2008
neurosis neurosis is offline
Fdisk Soldier
 
Join Date: Jul 2008
Posts: 69
Default

Quote:
Originally Posted by ephemera View Post
Maybe change this:
begin=`cat -n $file | grep "Currently" | cut -d ' ' -f5`

to:
begin=`cat -n $file | grep "Current" | cut -d ' ' -f5`
Worked. That was something very simple too. Sometimes this kind of thing makes me think I lack commons sense skills.

Thank you. I'll test this when I get home
Reply With Quote