Search Results

Search: Posts Made By: linuxer_rh
Forum: Programming 11-07-2004
17,269
Posted By linuxer_rh
maybe you can use popen() function
maybe you can use popen() function
Forum: Programming 08-27-2004
24,980
Posted By linuxer_rh
thanks
thanks
Forum: Programming 08-27-2004
24,980
Posted By linuxer_rh
ls command source code
Hi all,
I want to know how ls was implemented in linux.;
How to view the source code? filename/sitename...?


thanks
15,513
Posted By linuxer_rh
maybe you can try this (i had ran the code in...
maybe you can try this (i had ran the code in bash shell )
cat yourfile|sed s'/\(\"DH\"\)/\
> \1/'g
15,513
Posted By linuxer_rh
maybe it is hard to work only used sed or tr ...
maybe it is hard to work only used sed or tr
but you cant do it both used sed and tr
for example :you can used sed to add a special char before "DH" then used tr to replace the special char by...
38,412
Posted By linuxer_rh
excuse me . my english is really poor and im a ...
excuse me . my english is really poor and im a
newbie too

tr "\n" "your chars"<your file
38,412
Posted By linuxer_rh
sed 's/new line/\0a/' yourfile
sed 's/new line/\0a/' yourfile
Showing results 1 to 7 of 7

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