Search Results

Search: Posts Made By: mpc8250
1,251
Posted By mpc8250
problem to determine all files and dir match up on 2 different unix boxes
Hi Friends

I have 2 solaris boxes and I need to check certain directories (on local filesystem and mounted nfs) to make sure that they match up on both boxes and to delete or move the other...
4,499
Posted By mpc8250
How to create a list of entries without vi
Hi

Is there a way to create a list of entries in a file without using vi to create this list ? I like to write a shell script that would create a list like this:

apple : 2
orange : 4
pear : 3...
27,863
Posted By mpc8250
How to enter if-then condition on command prompt/line ?
Hi

I have some trouble entering if-then condition in a single line on a command prompt in csh.
Could someone show how does one do that ?

eg:

source .cshrc;
cd $dir;
pwd;
test -d...
2,074
Posted By mpc8250
sh and csh issue
Hi

I like to assign a command string to a variable to execute.
In this case,

set sshexec_parent_pid="ps -ef | grep $$ | awk '/bash -c/ {print $3}' | sort | head -1;`"
echo $sshexec_parent_pid...
Showing results 1 to 4 of 4

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