Make Your Own Linux Shell Commands with Functions Shell Tutorial

preview_player
Показать описание

Playlist:

This video was sponsored by:
Karl Arvid
Steven C. Morreale

Рекомендации по теме
Комментарии
Автор

Your videos are exceptionally good. Thanks

pleabargain
Автор

echo -n "Your IP is: "
hostname -I

or

/sbin/ifconfig eth0 | awk '/inet /{print $2}'

TheCoyotus
Автор

This tutorial is quite useless and your example could easily have been done in a alias. If you're going to mention function you'd have to mention arguments and how to use them in a function, that's what is useful about function commands in bash, not this, this is a glorified alias.

rudde
welcome to shbcf.ru