Search Results

Search: Posts Made By: s. murat
Forum: Filesystems, Disks and Memory 09-19-2008
3,988
Posted By s. murat
Is it possible that recovering a disk with jffs2 file system ?
Is it possible that recovering a disk with jffs2 file system ?
384,367
Posted By s. murat
a problem occurs with "str2" solution ...
a problem occurs with "str2" solution

According to my experience, based on temp variable previous message str2 must be:

str2=${temp%%;*}

Have a nice working day
384,367
Posted By s. murat
a problem occurs with "str2" solution
According to my experience, based on temp variable previous message str2 must be:

str2=${temp%%;*}

Have a nice working day
5,372
Posted By s. murat
Why generate "ash and bash" different output for same bash script?
Hi,

For my bash script, terminal with bash is generate an OK output and program works right.
already,
terminal with ash have "line 48: syntax error: Bad substitution" output and program don't...
2,700
Posted By s. murat
maybe, the command that you use have an option...
maybe, the command that you use have an option like "-r" or "-R" in the meaning of recursive
32,372
Posted By s. murat
so thanks agn
so thanks agn
32,372
Posted By s. murat
i find out it
ps | while read line; do
....
done

so thanks
32,372
Posted By s. murat
reading ps command's output line by line
hi;

as a pseudo;

while read psLine
do
myFunc $psLine
done < ps

i don't want to redirect ps command's to a file. in fact, my problem is "how can i
read stdout line by line in...
Showing results 1 to 8 of 8

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