Search Results

Search: Posts Made By: udayakumar
1,914
Posted By Corona688
#!/bin/sh # This will let 'read' eat the...
#!/bin/sh

# This will let 'read' eat the carriage returns
IFS="$(printf " \r\n\t")"

while read FILE
do
( # Read the header, and the blank line
read HEADER
...
1,914
Posted By Corona688
What precisely is it doing or not doing, that...
What precisely is it doing or not doing, that it's supposed to do, or not do? If the computer can't figure out what you want from the malfunctioning code, neither can we unfortunately. You'll have...
Showing results 1 to 2 of 2

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