RE: [E] Re: sharutils

[email protected] Thu, 23 Mar 2017 20:48:23 +0000
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <2f33a4c0db4f40d4b5a475a6706edb3e@OMZP1LUMXCA10.uswin.ad.vzwcorp.com>
Bob,

Thanks for getting back. If we can join webEx and show the issue? Please let me know.

Thanks
Jayakumar Karki
301-282-0705

-----Original Message-----
From: Bob Proulx [mailto:[email protected]] 
Sent: Thursday, March 23, 2017 4:25 PM
To: Karki, Jayakumar <[email protected]>
Cc: [email protected]
Subject: [E] Re: sharutils

[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