Hi.
I have one the file "diogo.txt" with this format:
one
two
thee
four
and when i execute the next command:
{
while read line_data
do
echo "${line_data}"" "
done
} < diogo.txt
it gives me:
one
two
thee
four
Is there any way, to see in the right way.
Thanks any way.
DR
Hello.
I don't think so.
To list or to restore files from a savevg, i have to use the listvgbackup or restorevgfiles commands.
To the first command (/usr/bin/savevg -Xif'/dev/rmt0.3' ssavg) i can read them, but to the second (/usr/bin/savevg -Xif'/dev/rmt0.1' fastvg) i don't know to do that...
Hi.
I'm doing a backup of two volume group's to two tapes.
The first backup take, the first tape and a little of the second, and the second takes a little of the second tape.
The command i use to make the backup is:
/usr/bin/savevg -Xif'/dev/rmt0.3' ssavg
/usr/bin/savevg -Xif'/dev/rmt0.1'...
Thanks Breslau.
It work just like i want.
What i said before is that i can't use the 'cplv -e', if the volume group isn´t the same.
But the 'tar' command that you give me it work's just fine.
Thanks one time more...
DR
I had tried that before, but we can't copy lv's between vg to an lv already existing.
Only in the same vg, we can copy a lv to an already existing.
Thanks any way...
DR
Hello.
I have this implemented in unix, and i would like to do that in nt.
I am trying to do that with the gnu tools, but the find command does not exist (or i do not have them).
Is there other way?
Thanks any way...
DR
Hi...
Is there any way that i could transform some lines in only one.
Ex.
Jonh Smith B 123
Jonh Smith E 456
Jonh Smith E 789
Denis Smith B 123
Denis Smith E 456
transform in
Jonh Smith 123 456
Jonh Smith 123 789
Denis Smith 123 456
Thanks any way...
DR
Hello.
Can some one help me.
I have one file with 30 lines, and i want to obtain the lines between line number 15 and line number 18.
Is there any way?
Thanks any way.
Hello.
Can i make a "select" where the "from" is the result of another select.
In db2 is something like this:
"select * from (select * from table) as temp."
Thanks any way...
DR
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.