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 equivalent for source
Name: marion Date: October 27, 2004 at 00:21:30 Pacific OS: aix CPU/Ram: don't know
Comment:
Hi everyone. Can anyone tell me the command in ksh script used to launch an external script? (I have to load a script which contains variables). In csh it is "source filename". Thanks!
Summary: Hi, This is probably a very simple question. I cannot remember what is the shell equivalent for the Like operator. I want to construct a syntax like this: var=er_non_pstn_output.csv if $var like '*no...
Summary: I'm learning Unix and I've looked at the on-line manual very closely but cannot work out what I'm doing wrong. fc - I'd like to repeat a command, 3 commands ago in history. Can't work out what argume...
Summary: Oops, > print -u2 "$i square = $square" should have been > print "$i square = $square" print is the ksh equivalent of echo. One of its useful features is the -u2 option which sends output to standard ...