Trying to set up a cron job on a solaris system to run a script
bash-3.2$ sudo crontab -e
4145
15****/usr/openv/scripts/nbmonitor >/nbmonitor/nbmonitor_out 2>&1 ?
?
?
?
^C
?
^C
?
^C
?
^C
?
^[^C
?
^C
?
The crontab file...
I have 2 files I need to compare the contents of and create a third file that contains only what is common to both files. Below is an example, the actual files contain thousands of entries.
file 1
G00127
G00653
G00737
G00744
File 2
G00127
G00252
G01328
File 3 (desired output)
G00127
Have a script that produces the sum of a column of numbers:
cat file |awk '{ sum += $1 } END { print sum }' >sum
Now I want to divide the sum by 1024 and have the output print on the screen.
My company is looking into migration from Netbackup to Simpana. From what we have read and heard Simpana has all the features and functionality of NBU but is easier to manage and will give us better ROI, success on backups and free up staff to work on other things.
If anyone has made the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.