Search Results

Search: Posts Made By: vbshuru
4,544
Posted By vbshuru
Thanks Perderabo, As to what software, ...
Thanks Perderabo,

As to what software, language, etc to use are undecided.
Windows - NT or 2000
Unix - Solaris 2.6
2,350
Posted By vbshuru
cat /path/to/file/$file1 | while read a do ...
cat /path/to/file/$file1 | while read a
do
var1=`echo "$a"`
mv /path/to/data/'$var1' /path/to/new/location

if [ $? -eq 0 ]
then
echo "Moved File" $var1 >...
4,544
Posted By vbshuru
thanks to both kduffin and linuxpenguin. I...
thanks to both kduffin and linuxpenguin.

I think what I was looking for was what linuxpenguin said.
My system really needs a unix box to communicate with a Windows box. The client sits on the...
4,544
Posted By vbshuru
Optimus_P, I am not sure what you mean?
Optimus_P,

I am not sure what you mean?
3,176
Posted By vbshuru
Thanks oombera It works!
Thanks oombera

It works!
3,176
Posted By vbshuru
join cols from multi files into one file
Hi

Fields in Files 1,2,3,4 are pipe"|" separated.

Say I want to grep

col1 from File1
col3 from File2
col4 from File3

and print to File4 in the following order:

col3|col1|col4
...
4,544
Posted By vbshuru
Kick off Application on PC from Sun
I need to kick off an application on windows from my sun workstation. The workstation needs to know when windows application completes the job.

What are the possible ways of doing it.
Any ideas...
Showing results 1 to 7 of 7

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