Search:

Type: Posts; User: rhss6-2011; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,416

    [all variants] Re: Shell Script Involving Archives

    Thanks a lot guys! I really needed the help on that :KS
  2. Replies
    4
    Views
    1,416

    [all variants] Re: Shell Script Involving Archives

    # we will need this soon:
    prevdir=`pwd`
    for f in `find $1 -wholename *.tar`
    do
    echo "Unpacking in directory: "`dirname $f`
    # you were using the wrong arguments for tar;...
  3. Replies
    4
    Views
    1,416

    [all variants] Shell Script Involving Archives

    Hello there,
    I am working on a shell script that will enable me to:

    1. Create various types of archives
    2. Extract Various types of archives
    3. Move various types of files
    ...
Results 1 to 3 of 3