Retourner au contenu associé (journal : Gufo: un langage de shell moderne!)
Posté par steph1978 le 12 décembre 2017 à 12:47. En réponse au journal Gufo: un langage de shell moderne!. Évalué à 2.
connaître son ennemie :) $ type echo echo is a shell builtin $ type /bin/echo /bin/echo is /bin/echo $ type cat cat is /bin/cat $ type foo bash: type: foo: not found $ type if if is a shell keyword
$ type echo echo is a shell builtin $ type /bin/echo /bin/echo is /bin/echo $ type cat cat is /bin/cat $ type foo bash: type: foo: not found $ type if if is a shell keyword
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Pour être sur
Posté par steph1978 . En réponse au journal Gufo: un langage de shell moderne!. Évalué à 2.
connaître son ennemie :)
$ type echo
echo is a shell builtin
$ type /bin/echo
/bin/echo is /bin/echo
$ type cat
cat is /bin/cat
$ type foo
bash: type: foo: not found
$ type if
if is a shell keyword