Re: sharutils

Bob Proulx <[email protected]> Thu, 23 Mar 2017 14:25:17 -0600
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <[email protected]>
[email protected] wrote:
> I am trying to create the output file with 1.5M. When I give below command its creating multiple smaller number of files
> 
> shar -l1605632 -o WC.sh <contents of directory>
> 
> Please suggest any help.

I read the above and I don't know what problem you are having.  I
created a test case this way:

  mkdir /tmp/junk
  cd /tmp/junk
  mkdir foodir
  date -R > foodir/foofile
  shar -l1605632 -o WC.sh foodir
    shar: Saving foodir/foofile (text)
  less WC.sh.01
    ...looks okay by my eye...

What problem are you having?

Bob