Search Results

Search: Posts Made By: INHF
6,214
Posted By knight_eon
#!/bin/bash HERE=`uname -n` #...
#!/bin/bash


HERE=`uname -n` # Stores the node name of the host server

THERE=<SERVER WHERE YOU WANT TO KEEP THE BACKUP> #Server on which you want to store the backup

...
4,939
Posted By balajesuri
Looking for something like this? $ sed 1d...
Looking for something like this?

$ sed 1d filename | sort | uniq -c
1 Absence of Malice 1981
1 Adam's Rib 1949
3 Adaptation 2002
1 Affliction 1998
1 The Adjuster...
1,626
Posted By vgersh99
not sure why you're relying on awk's srand()...
not sure why you're relying on awk's srand() function getting the current epoch time, but...

# here's my current EPOCH time
currentEpoch=$(/usr/bin/truss /usr/bin/date 2>&1 | /usr/bin/awk...
Showing results 1 to 3 of 3

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