Re: .sh & tar

2010-06-05 Thread Polytropon
On Sat, 5 Jun 2010 12:27:09 -0400, "ill...@gmail.com" wrote: > On 3 June 2010 11:11, Chip Camden wrote: > > On Jun 03 2010 10:03, ill...@gmail.com wrote: > >> On 3 June 2010 07:42, Polytropon wrote: > >> > Depends on WHAT you want to stop - the illness or just its symptoms. :-) > >> > > >> > If

Re: .sh & tar

2010-06-05 Thread ill...@gmail.com
On 3 June 2010 11:11, Chip Camden wrote: > On Jun 03 2010 10:03, ill...@gmail.com wrote: >> On 3 June 2010 07:42, Polytropon wrote: >> > On Thu, 03 Jun 2010 09:32:17 +0800, Aiza wrote: >> >> When I exec tar from within a .sh shell script I get this message >> >> tar: Removing leading '/' from me

Re: .sh & tar

2010-06-03 Thread Chip Camden
On Jun 03 2010 10:03, ill...@gmail.com wrote: > On 3 June 2010 07:42, Polytropon wrote: > > On Thu, 03 Jun 2010 09:32:17 +0800, Aiza wrote: > >> When I exec tar from within a .sh shell script I get this message > >> tar: Removing leading '/' from member names > >> I have tar outputting to > /dev/

Re: .sh & tar

2010-06-03 Thread Polytropon
On Thu, 3 Jun 2010 10:03:04 -0400, "ill...@gmail.com" wrote: > tar -cvf - ./ -C / > /dev/null > ? Yes, of course! But I said "lazy man's method", and lazy does only include x, c, v and f options, and -C is substituted by a cd command. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user si

Re: .sh & tar

2010-06-03 Thread ill...@gmail.com
On 3 June 2010 07:42, Polytropon wrote: > On Thu, 03 Jun 2010 09:32:17 +0800, Aiza wrote: >> When I exec tar from within a .sh shell script I get this message >> tar: Removing leading '/' from member names >> I have tar outputting to > /dev/null and still get this message. >> With -v or without m

Re: .sh & tar

2010-06-03 Thread Polytropon
On Thu, 03 Jun 2010 09:32:17 +0800, Aiza wrote: > When I exec tar from within a .sh shell script I get this message > tar: Removing leading '/' from member names > I have tar outputting to > /dev/null and still get this message. > With -v or without makes no difference. > > How can I stop this D

Re: .sh & tar

2010-06-02 Thread Anh Ky Huynh
On Thu, 03 Jun 2010 09:32:17 +0800 Aiza wrote: > When I exec tar from within a .sh shell script I get this message > tar: Removing leading '/' from member names > I have tar outputting to > /dev/null and still get this message. > With -v or without makes no difference. > > How can I stop this H

.sh & tar

2010-06-02 Thread Aiza
When I exec tar from within a .sh shell script I get this message tar: Removing leading '/' from member names I have tar outputting to > /dev/null and still get this message. With -v or without makes no difference. How can I stop this ___ freebsd-questi