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.
ksh script variable problem
Name: jgt157 Date: March 31, 2009 at 09:09:29 Pacific OS: AIX 6.1 Subcategory: General
Comment:
I'm trying to combine two variables with an underscore in between and assign it to a new variable and I don't remember how to do it. Here's the script:
Summary: Hi, I am in need of a script ksh script that will show disk space usage by individual user directories, translate their username to their real name using the /etc/passwd file, detect if the directory ...
Summary: Hi, I have a ksh script and I call a Java appication inside it. That Java app requires some data from the stdin. And it works fine, unless I use "| more". Please see the script and two examples below:...
Summary: Set objFSO=CreateObject("Scripting.FileSystemObject") Set objShell=CreateObject("WScript.Shell") Source = "C:\Documents and Settings\user\Desktop\clients\****\t" Set fileLocation=objFSO.GetFolder...