Search Results

Search: Posts Made By: Mandeep
2,039
Posted By Mandeep
i want to read file and put line in variable for...
i want to read file and put line in variable for some editing.Then i have to write that line to another file.
Please help me how i can read line without omitting space which is changing my output...
2,039
Posted By Mandeep
Read format problem in ksh script
I have ksh script reading file like
while read -r line
do
echo $line
sleep 1
#process_file $line
done<$file_nm

I want to write this line to another file after some manuplation.Put $line...
Showing results 1 to 2 of 2

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