Can some one help me in finding a way to export file into .csv format. The files are normal text files on a AIX box and need to be exported to .csv format
Hi I am trying to extract string patterns starting and ending like following:
<jms-provider action="update" name="IBM MQSeries">
---
---
---
---
</jms-provider>
The start column is from 5th column and end always has </
Their may be around 20 of...
I want to call another user login from inside a script
and then want to execute few commands. After execution,
I want to return back into my script.
How can it be done.
Actually, I want to run not only sudo but some other
commands too from my script, And after executing all
these commands I want to come back into my script and
do further few things. To sum, I need to run a no of
commands (not unix, but some application oriented) and
logging as different...
I am trying to run sudo and other MQSERIES related commands from inside a shell script. But I am not moving forward with script executing the first command and stopping.
#!/usr/bin/ksh
sudo su - mylogin # My script comes to this command and after executing it, stops there
external command1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.