Search Results

Search: Posts Made By: arsii
3,686
Posted By arsii
Thank You again
With quotes everything works well..Thanks for both of You
3,686
Posted By arsii
Thank You
Now I'm wondering why this does not work:

while read line ; do
k=`echo $line|cut -c 26`
if [ $k = "X" ] ; then
echo "Character at the row was X"
fi...
2,371
Posted By arsii
How to read one character form each line of the file?
Hi,

Maybe this iscorrect forum for my question...

I should read one character at a fixed position from each line of the file. So how ??? should be substituted in the code below:


while read...
3,686
Posted By arsii
Reading a single character from each line of the file
Hi,

I should read one character at a fixed position from each line of the file. So how ??? should be substituted in the code below:

while read line ; do
single_char=`???`
echo...
Showing results 1 to 4 of 4

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