Retourner au contenu associé (journal : Enfin un shell pour moi ?)
Posté par M le 28 mai 2005 à 12:09. En réponse au journal Enfin un shell pour moi ?. Évalué à 3.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Intéressant
Posté par M . En réponse au journal Enfin un shell pour moi ?. Évalué à 3.
genial, tu peux faire la meme chose sous bash avec
PS=`(set_color magenta; whoami;set_color blue;echo \[; hostname; echo \]; set_color normal ; echo '>'; set_color green; pwd; set_color yellow; echo '['; date +%H:%M; echo ']'; set_color normal;echo ' $ ';) | tr -d '\n'`
et la commande set_color qui retourne les bon carracteres d'echapement...