bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sharutils


From: Bob Proulx
Subject: Re: sharutils
Date: Thu, 23 Mar 2017 14:25:17 -0600
User-agent: NeoMutt/20170306 (1.8.0)

address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]