Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Vanishing files ?
- X-seq: zsh-users 10330
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- Subject: Re: Vanishing files ?
- Date: Sun, 28 May 2006 20:37:24 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20060528.172405.74744323.Meino.Cramer@xxxxxx>
- Mail-followup-to: Meino Christian Cramer <Meino.Cramer@xxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <20060528.172405.74744323.Meino.Cramer@xxxxxx>
Hi Meino :)
* Meino Christian Cramer <Meino.Cramer@xxxxxx> dixit:
> Why can I execute the contents of the script "tempwatch" but not the
> script itsself?
Probably because you don't have read or execute permissions for
the script :?? You can execute the contents because you're entering
them in the command line, but that has nothing to do with the
problem you have.
> By the way: Does anyone know a trick how to remove _all_
> Escape-Sequences from a script generated by the command "script" ...
> "col -b" does not catch all.
"sed". Or Perl, if you know Perl but don't know sed. It's tricky,
anyway, because not all escape sequences have the same length :((
Probably there is a much clever trick to achieve what you want,
but I'm not aware of it, sorry :(((
Good luck!
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to... RAmen!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author