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.
variables
Name: pk Date: October 1, 2002 at 08:17:10 Pacific OS: aix CPU/Ram: p4
Comment:
Hi I have a string in one variable str1="'abcd '" and i want to replace spaces with * and result in another variable str2. Pl. help me how to do with shell script.
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 ...
Summary: I am having trouble exporting variables set in a script to a function inside the script. 1. The variable must be set outside the function because it will be called outside as well as inside the functi...
Summary: Is it possible to pass a Unix environment variable to sed? The example script I have included shows what I am trying to do and the header explains why. I am running this script on Solaris KSh. #######...