Linux Shell Tutorials Compilation from 2018

preview_player
Показать описание
Join this channel to get access to perks:

00:00:00 00 Programming Cheat Sheet Linux Shell Tutorials 2018 [ONm2bqjythI]
00:00:51 01 Scripting Cheat Sheet Linux Shell Tutorials 2018 [NQ9txYZpYKo]
00:04:59 02 Programming Cheat Sheet Linux Shell Tutorials 2018 [xtUY5ztH-TA]
00:06:27 03 Find File Information with Stat Command Linux Shell Tutorials 2018 [3E-vB77hSx0]
00:05:49 04 Make a Directory and Move into it Linux Shell Tutorials 2018 [4jWOXuon9QY]
00:07:06 05 Make a Directory and Move into it Part 2 Linux Shell Tutorials 2018 [pSXwXWuM6Rg]
00:09:24 06 Where are Programs Linux Shell Tutorials [Ype9-BY1dNg]
00:06:05 07 The Help Command Linux Shell Tutorials [D4bSUqqaX3c]
00:04:50 08 Two PWD Commands Linux Shell Tutorials [e2lUOjtbhNo]
00:06:44 09a The Type and Command Command on Android Connectbot and Termux [1eOKX5c9lyE]
00:02:40 09 The Type and Command Command on Android Connectbot and Termux [4zQ7K_Ks00c]
00:05:52 10 Disabling BASH History Linux Tutorial [cxkqXyq7Y8I]
00:03:26 11 Exporting Variables in the Linux Shell Tutorial [sspJMRcYNVQ]
00:03:55 13 Unset Variables in the Linux Shell Tutorial [UZJWBx9cUBU]
00:02:47 14 Using the Set Command to Split Strings in the Linux Shell Tutorial [giWaEDEdz7o]
00:06:17 15 Array get IP Address in the Linux Shell Tutorial [38CSBfTYB3k]
00:04:47 16 IPtables port forwarding Linux Shell Tutorial [_jSHk1CT2D8]
00:08:54 17 Bypassing Aliases in the Linux Shell Tutorial BASH [ibGZqSm_YmI]
00:04:41 19 Send to System Log Linux Shell Tutorial [eKHWqjG0Hy8]
00:06:22 21 Monitoring Files and Folders Linux Shell Tutorial [JcrSEy7e0v8]
00:09:13 22 Get the Process ID of a Running Program Linux Shell Tutorial [Nn9gz8EF2jo]

Support:

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

Thanks for making and uploading this compilation.

folksurvival
Автор

I love your videos soo much from beginning i love it

SNSISNSJISEJSJS
Автор

Awsome as always! This will save me a bit of hunting! Of coarse there's more to come, right?😊

patvickers
Автор

@kris Occhipinti With your years of linux experience and obvious love for linux. Have you ever considered working as a linux engineer?

Scottiemarlow
Автор

i believe you can use $(which ls) to bypass the alias ls

patrickprucha
Автор

What a treat! Thank you! Just recently wrote a comment to one of your videos on select in bash (the video was published some 12 years ago, actually). But, hey, maybe youtube makes such comments visible to authors. Anyways, what I'm interested in that particular select lesson: "Is it possible to make select menu always visible or clear the screen and rerun itself "? Please help!

Here's the script in question:

#!/usr/bin/env bash

clear
echo "Choose prog to run:"

select prog in\
$(ls ~/.bin/news)\
"EXIT"

do
if [ "$prog" = "EXIT" ];
then
clear
echo "Exiting..."
sleep 1
clear
break
fi

clear
$prog
done

It is based on your lessons. It runs some other script, and then waits with prompt "#?"

But the menu is gone:-) Of course it was cleared or if I exclude "clear" command, the terminal window will eventually be filled with output from news scripts (if they be chosen) .

samoylov
join shbcf.ru