Retourner au contenu associé (entrée de forum : commandes shell)
Posté par goeb le 25 avril 2006 à 15:24. En réponse au message commandes shell. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# ls, grep, awk etc...
Posté par goeb . En réponse au message commandes shell. Évalué à 2.
1.
ls -l $fichier | awk '{ print 3ドル; }'
2.
find $dir -exec file {} \; | grep "text"
3.
cat fichier1 fichier2 > fichier3
tout ça à condition d'avoir les programmes ls, awk, find, file, grep et cat sur ta machine (ce qui est probable).