Linux Tutorial for Beginners - 21 - More on Shell Scripting

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hey Bucky, this is a great tutorial series! Hope you have a chance to continue soon. Thanks for all the material you put up here.

mauricio.lacerda
Автор

man your videos are awesome, please keep on uploading more linux tutorials!

drummer
Автор

when is your new video comin out??
waitin fr it...

prasukjain
Автор

Jian Yang's hotdog-nothotdog app was such a sham, Bucky had it all figured out in 2015!

akhilarora
Автор

Have the same question with Hathspider. Where can i find the next video ?

juduan
Автор

Here is a simple one liner that can be adapted for the work environment
hosts="
1.2.3.4";

for i in $hosts; do ssh "$i" StrictHostKeyChecking=no -t $"(whoami)";done

SourceCodeDeleted
Автор

Please more on how to Setup Web server, DNS sever, FTP server and all.

Prathameshsb
Автор

you should be able to use cat as a word in the for loop, just use quotes around it

Bettehem
Автор

love u bucky

upload more of shell script
and if u could tell us when u gonna end this series !!
thanks in advance

muhammedhussein
Автор

I' dumb it seems, can anyone explain the last FOR script?

dulekulp
Автор

Please create more tutorials on shell scripting..

benx
Автор

Sorry. Why. You use fi. At the end .... plz tell. Me

HardeepSingh-tngi