Re: Cool listing script (needs a fix)

2006-02-24 Thread Kristian Vaaf
At 21:57 21.02.2006, Parv wrote: in message [EMAIL PROTECTED], wrote Kristian Vaaf thusly... What's up everybody? When running this: -- #!/usr/local/bin/bash Would you please include anything non-signature before the '-- '? - Parv -- Pardon me Parv? :)

Re: Cool listing script (needs a fix)

2006-02-24 Thread Kristian Vaaf
At 21:57 21.02.2006, Parv wrote: in message [EMAIL PROTECTED], wrote Kristian Vaaf thusly... What's up everybody? When running this: -- #!/usr/local/bin/bash Would you please include anything non-signature before the '-- '? - Parv -- It's just a way for me to keep things clearly

Re: Cool listing script (needs a fix)

2006-02-24 Thread Giorgos Keramidas
On 2006-02-24 10:55, Kristian Vaaf [EMAIL PROTECTED] wrote: At 21:57 21.02.2006, Parv wrote: in message [EMAIL PROTECTED], wrote Kristian Vaaf thusly... What's up everybody? When running this: -- #!/usr/local/bin/bash Would you please include anything non-signature before the '-- '?

Cool listing script (needs a fix)

2006-02-21 Thread Kristian Vaaf
What's up everybody? When running this: -- #!/usr/local/bin/bash # # Print a structured file and folder list. # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ # # Include files: -a, --all # argument=-type d case $1 in -a | --all) argument= ;; esac tree='s,^.$,, /^$/d

Re: Cool listing script (needs a fix)

2006-02-21 Thread Fabian Keil
Kristian Vaaf [EMAIL PROTECTED] wrote: When running this: -- #!/usr/local/bin/bash # # Print a structured file and folder list. # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ # # Include files: -a, --all # argument=-type d case $1 in -a | --all) argument= ;; esac

Re: Cool listing script (needs a fix)

2006-02-21 Thread Giorgos Keramidas
On 2006-02-21 15:35, Kristian Vaaf [EMAIL PROTECTED] wrote: What's up everybody? When running this: -- #!/usr/local/bin/bash # # Print a structured file and folder list. # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ # # Include files: -a, --all # argument=-type d

Re: Cool listing script (needs a fix)

2006-02-21 Thread Kristian Vaaf
At 15:51 21.02.2006, Fabian Keil wrote: Kristian Vaaf [EMAIL PROTECTED] wrote: When running this: -- #!/usr/local/bin/bash # # Print a structured file and folder list. # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ # # Include files: -a, --all # argument=-type d case

Re: Cool listing script (needs a fix)

2006-02-21 Thread Parv
in message [EMAIL PROTECTED], wrote Kristian Vaaf thusly... What's up everybody? When running this: -- #!/usr/local/bin/bash Would you please include anything non-signature before the '-- '? - Parv -- ___