Re: Things to avoid typing at a command prompt
- From: Juha Nieminen <nospam@xxxxxxxxxxxxxx>
- Date: Thu, 26 Feb 2009 23:25:24 GMT
jellybean stonerfish wrote:
$ cat myfile
This is a file
$ echo $(cat myfile) > myfile
$ cat myfile
This is a file
The following does hose myfile:
$ cat myfile
This is a file
$ cat myfile | cat > myfile
$ cat myfile
$
http://partmaps.org/era/unix/award.html
.
- References:
- Things to avoid typing at a command prompt
- From: scattered
- Re: Things to avoid typing at a command prompt
- From: jellybean stonerfish
- Things to avoid typing at a command prompt
- Prev by Date: Re: Things to avoid typing at a command prompt
- Next by Date: Re: Things to avoid typing at a command prompt
- Previous by thread: Re: Things to avoid typing at a command prompt
- Next by thread: einfach viel geld verdienen,geld verdinen mit internet,wie kann ich schnell viel geld verdienen,geld verdienen easy,geld mit dem internet verdienen,
- Index(es):
Relevant Pages
|