Copy paste bash command but dont understand what it does?



This content originally appeared on DEV Community and was authored by hardyweb

Bismillahirahmanirahim

Sebagai system admin Linux junior, kita biasa lihat arahan-arahan linux yang pelik-pelik dalam tutorial, ada sebahagiannya kita faham, ada sebahagiannya, kita tak faham pun.

Contoh/Example

cut -d ' ' -f 1 /var/log/apache2/access_logs | uniq -c | sort -n

jadi kita boleh guna laman web ni, ia boleh bantu kita untuk memahami setiap arahan yang kita dapat dari Internet sebelum kita run dalam Shell.

Explainshell.com

laman lain y

https://www.shell.how/


This content originally appeared on DEV Community and was authored by hardyweb