Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Replace string using tr command
Name: chain Date: October 2, 2003 at 19:11:53 Pacific OS: SunOS5.8 CPU/Ram: not sure
Comment:
Hi, I am tring to replace a tring that contains 'href' with '\012' which is a newline in octal ASCII using tr, the command is below:
Summary: Hi, Can anyone help me with the command to do the following search and replace in the following files: Files: file1 file2 file3 Search String: "GET /thisfile?id= Replace String: "GET /thisfile?source=...
Summary: Using TR command like this: echo Test | tr [A-Z] [a-z] ... with Bourne shell. Worked OK for a bunch of users on same server, suddenly, it does not work anymore for 1 particular user. I do not see any...
Summary: How do i use the dd command in linux, i am try to clone my bootsect of linux system so i can tripple boot winNT, win98 and linux, so i want to copy thr bootsect.lnx file to windows nt so linux will b...