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.
Shell script
Name: Terry Date: January 1, 2003 at 21:07:25 Pacific OS: unix CPU/Ram: -
Comment:
Hi all, How can I develop shell script to replace line. for example ========================== xxxxxxxxx yyyyyyyy zzzzzzzzz dd fffffff gffff dddddd zzz ddf rr44w fertt dd fffffff erjkew dlkf ========================== I want to : replace the line that begin woth dd fffffff to dd fffffff 123456
that make the result ========================== xxxxxxxxx yyyyyyyy zzzzzzzzz dd fffffff 123456 zzz ddf rr44w fertt dd fffffff 123456 ==========================
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and then search the current directory for all the fil...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of the exported variable is not viewable . below are ...