29 Nisan 2019 Pazartesi

bash kodlama - time built-in komutu

Giriş
Açıklaması şöyle. Yani /usr/bin/time komutundan farklı.
In ksh, bash and zsh, time is not a command (builtin or not), it's a reserved word in the language like for or while.

Örnek
Şöyle yaparız
{ time ./mycommand ; } &>> Output.txt 

Hiç yorum yok:

Yorum Gönder