Search Results

Search: Posts Made By: JourneyRider
1,260
Posted By JourneyRider
I am in KSH on AIX. echo 'spool...
I am in KSH on AIX.


echo 'spool \\server.net\data\out.txt' > test.sql

didn't work

$ cat test.sql
spool \server.net\data\out.txt


But octal code did the trick! Thank you Akshay!
1,260
Posted By JourneyRider
Escaping the \
So I understand that I should be able to ouput a literal \ by escaping it with a preceding \. My problem is that I am trying to ouput a script that will subsequently be run on a different system with...
9,384
Posted By JourneyRider
How to pass a parameter to an alias in ksh?
I want to do something like this:

alias cd2="cd /data_saves/$(/opt/bin/util/getcustdb -i $@)"

Where /opt/bin/util/getcustdb is an inhouse script to lookup customer db name based on a provided...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy