Search Results

Search: Posts Made By: pciatto
Forum: Programming 10-23-2003
2,193
Posted By pciatto
OK
Many thanks! My application is working!

Bye,
Paride
Forum: Programming 10-13-2003
2,193
Posted By pciatto
Getting File Name
Hi!

I'm developing an application program by C++ language in the UNIX environment and I would know the name of last file written at a particular path and with a particular prefix.
For...
18,812
Posted By pciatto
ps output truncated
Hi!

I have some shell scripts receiving in input lots of parameters and I need to select the ones having a particular value in one parameter.

A typical shell command line is:

PROMPT >...
7,710
Posted By pciatto
ps output truncated
Hi!

I have some shell scripts receiving in input lots of parameters and I need to select the ones having a particular value in one parameter.

A typical shell command line is:

PROMPT >...
2,462
Posted By pciatto
Select running process
Hi!

I need select a running process by ps command, for instance:

PROMPT> ps -fu $LOGNAME | grep executable_program
executable_program -input_file file1.txt
grep executable_program

I...
10,651
Posted By pciatto
Upper And Lower Case
Hi!

I pass a parameter to a script code and I have to make it upper case before use:

$ MyShell aBcDe

script code:

UpperVariable=function($1)

I can't know how make function, maybe some...
9,164
Posted By pciatto
Thank You, Melissa!
Thank You, Melissa!
9,164
Posted By pciatto
Sed String Substitution
Hi!

I've the following script code with an input parameter:

sed 's/oldstring/$1/g' myfile > newfile

(I launch it with comman line: $ MyShell newstring)

Problem: the substituion...
3,542
Posted By pciatto
SED STRING SUBSTITUTION
Hi!

I've the following script code with an input parameter:

sed 's/oldstring/$1/g' myfile > newfile

(I launch it with comman line: $ MyShell newstring)

Problem: the substituion doesn't...
Showing results 1 to 9 of 9

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