Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Diogo
  • Order by date
  1. Diogo

    List files of a filesystem

    Thanks, It's just that. DR
  2. Diogo

    List files of a filesystem

    Hello. My problem is: I have "/test" and "/test/12" filesystem's. Can i list files in the filesystem "/test" ? Thanks any way. DR
  3. Diogo

    what is doing paging space?

    Hi. Is there any way, to understand which app is "eating" my paging space? Thanks any way. DR
  4. Diogo

    Problems in lines begin with spaces

    Thaks. It is just that. Thanks.
  5. Diogo

    Problems in lines begin with spaces

    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
  6. Diogo

    List vg backup

    Thanks. It's just that. DR
  7. Diogo

    List vg backup

    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...
  8. Diogo

    List vg backup

    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'...
  9. Diogo

    Best Stripe Size?

    Which is the best Stripe Size? Who can i find the best stripe size for my case? Thanks. DR
  10. Diogo

    copy file system's between volume groups

    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
  11. Diogo

    copy file system's between volume groups

    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
  12. Diogo

    copy file system's between volume groups

    Thanks. It works just fine. Only one question: Is there any way to the new logical volume be in strip? DR
  13. Diogo

    copy file system's between volume groups

    Hi. Is there any way to copy a file system from one volume group to another volume group? Thanks any way. DR
  14. Diogo

    Remove Files By Date Range

    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
  15. Diogo

    Transform two lines in one...

    Thanks its just it...
  16. Diogo

    Transform two lines in one...

    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
  17. Diogo

    Extract lines from a file

    Thanks
  18. Diogo

    Extract lines from a file

    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.
  19. Diogo

    Select from one select

    Thanks. I already was to suspect that. DR
  20. Diogo

    Select from one select

    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

Part and Inventory Search

Back
Top