Search Results

Search: Posts Made By: nareshprasannar
2,270
Posted By nareshprasannar
xterm launched using Xming doesn't repond to my keypress
I am using Xming for the first time after installation.

I launched the xterm window using the following commands

Xming -ac -multiwindow -clipboard

plink -ssh -X bi75630@devimbr1a xterm...
Forum: Open Source 08-13-2010
197,200
Posted By nareshprasannar
I use GNU/Linux
I use GNU/Linux
Forum: Programming 07-31-2010
3,513
Posted By nareshprasannar
could not open source file "sys/elf_386.h"
Please check if this helps!!

Catastrophic error: could not open source file "name_of_file.h" Error 4 (code 4) | Opal RT...
1,265
Posted By nareshprasannar
could you please list the format of your pharmacy...
could you please list the format of your pharmacy and pharmacy id files?
3,474
Posted By nareshprasannar
problem with KSH script: command line args
You can try passing your command line args as follows

scriptname "Red" "Green" "Dark Red" "Blue"

In your script $3 will give you "Dark Red"
7,425
Posted By nareshprasannar
Send Email to group ids
You can send emails to multiple ids as follows

Code:
mailx -s "subject" id1 id2 .. idn < inpfile.txt
12,231
Posted By nareshprasannar
How to remove lines before and after with aw / sed ?
Could you please be more descriptive on the pattern of your input file and what exactly your requirement is??
3,303
Posted By nareshprasannar
How to remove quotes from name
Please preprocess your input file as follows.

sed "s/'//g" inpfile.txt > inpfile_stripped.txt.

Now you can use inpfile_stripped as your input.
Forum: UNIX and Linux Applications 07-27-2010
2,241
Posted By nareshprasannar
Oracle Pipe Puts
Hello All,

Can someone explain what is meant by "pipe puts" in Oracle??

Thanks
Showing results 1 to 9 of 9

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