Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by desibhai

  1. desibhai

    Command for exporting files from unix to .csv format

    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
  2. desibhai

    want to extract string patterns from a XML file

    Hi I am trying to extract string patterns starting and ending like following: <jms-provider action=&quot;update&quot; name=&quot;IBM MQSeries&quot;> --- --- --- --- </jms-provider> The start column is from 5th column and end always has </ Their may be around 20 of...
  3. desibhai

    How to call a different userid from inside a script

    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.
  4. desibhai

    calling external programs from inside a shell script

    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...
  5. desibhai

    calling external programs from inside a shell script

    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...

Part and Inventory Search

Back
Top