Search Results

Search: Posts Made By: c3rb3rus
6,245
Posted By jgt
t(){ for file in $(ls *.bk*) do ...
t(){
for file in $(ls *.bk*)
do
n=$(echo $file |cut -dk -f3)
echo $n $file
done
}
l()
{
while read a b
do
echo $b
done
}
t |sort -n|l
Forum: AIX 04-12-2019
12,841
Posted By rbatte1
Hello c3rb3rus, The AIX tool mksysb is very...
Hello c3rb3rus,

The AIX tool mksysb is very good and tries to do a lot for you. To answer your specific questions:-

Currently the rootvg is mirrored, once restored will it remain mirrored? ...
3,381
Posted By Don Cragun
You might be able to merge something like this...
You might be able to merge something like this into your code:
#!/bin/ksh
BASESLOT=4096
ConfigDir='/path/used/to/store/TapeSlotFile'
IAm=${0##*/}
TapeSlotFile="$ConfigDir/${IAm}_slot"

if [ !...
Showing results 1 to 3 of 3

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