Search Results

Search: Posts Made By: laopi
3,970
Posted By radoulov
Try this: while IFS= read -r; do diff...
Try this:

while IFS= read -r; do
diff src/"$REPLY" dest/"$REPLY" || (
exec 0< /dev/tty
vimdiff src/"$REPLY" dest/"$REPLY"
)
done < infile
Forum: Programming 08-30-2006
4,480
Posted By Hitori
This happens when you dynamically take memory...
This happens when you dynamically take memory from the heap (e.g. by calling malloc()) and forget to release it (free())
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy