Search Results

Search: Posts Made By: suhasingale
2,267
Posted By suhasingale
Yeah - I tried using tput before but somehow its...
Yeah - I tried using tput before but somehow its now working in AIX - I am writing a script for AIX+SUN+LINUX so to make sure it works in all three OSes I have written this blink function using...
3,483
Posted By suhasingale
seems difficult without having a column delimiter...
seems difficult without having a column delimiter in data file...
16,619
Posted By suhasingale
ok - I understand now. You will have to write a...
ok - I understand now. You will have to write a script to compare two file in two ways then.
1,251
Posted By suhasingale
I think you can do this using arrays. Try to...
I think you can do this using arrays. Try to learn arrays and make your attempt to create something.. we can guide you when u get stuck anywhere...

hints...

create an array with dates first.....
12,116
Posted By suhasingale
scp to one server use "cat file1 >> main" to...
scp to one server
use "cat file1 >> main" to append
16,619
Posted By suhasingale
In solaris a simple command "diff -r" would be...
In solaris a simple command "diff -r" would be suitable for your kind of requirement.

Try this out:

diff -r dir1 dir2
This will recursively search and compare both the directories as well as ...
2,267
Posted By suhasingale
Activate and deactivate function within a ksh script
Hi,

I have written a function which will blink a text "Scanning...". Now in the main script when I am doing the scan in the server I want to call this function so that user will see a blinking...
Showing results 1 to 7 of 7

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