View Single Post
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#37
Fixed. It allows the use of "/dev/null" as the destination for the command "cp".

I've solved it using "dd" to replace cpmando "cp".

I put the example:

dd if=$DAT of=/dev/null bs=1M 2>&1|head -1