01-14-06 03:40 AM
In article <1136895825.680529.120100@g14g2000cwa.googlegroups.com>,
siddharthkrish@gmail.com wrote:
> hi everyone,
>
> can someone tell me what this means? i know what it does but i don't
> understand why
>
> VARIABLE = "something sometime"
This in not valid, although the below would be:
VARIABLE="something sometime"
> echo ${VARIABLE#something}
>
> output:
> sometime
>
> but what's this supposed to mean?
Others have already answered the question...
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, PERL and CGI scripting
http://www.unix-guy.com
[ Post a follow-up to this message ]
|