
cat - | sort > "$FILE" << MYLIST aa zz cc MYLIST Was mache ich denn da falsch, wenn ich in einem Bash-Script eine sortierte Liste als File oder als Variable erzeugen will? Al

Hallo, Am Fri, 16 Sep 2005, Al Bogner schrieb:
cat - | sort > "$FILE" << MYLIST aa zz cc MYLIST
Was mache ich denn da falsch, wenn ich in einem Bash-Script eine sortierte Liste als File oder als Variable erzeugen will?
*ExXTREEeEEeEeM Useless use of catING!!!* *scnr* sort >"$FILE" <<MYLIST aa zz cc MYLIST VAR="$(sort <<EOF aa zz cc EOF )" -dnh -- "If you are using an Macintosh e-mail program that is not from Microsoft, we recommend checking with that particular company. But most likely other e-mail programs like Eudora are not designed to enable virus replication" -- http://www.microsoft.com/mac/products/office/2001/virus_alert.asp
participants (2)
-
Al Bogner
-
David Haller