FileMood

Download [FreeTutorials.us] complete-bash-shell-scripting

FreeTutorials us complete bash shell scripting

Name

[FreeTutorials.us] complete-bash-shell-scripting

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.4 GB

Total Files

113

Last Seen

Hash

8AD1D2D761EA7038E7FF94CE2B0D50416D998869

/01 Complete Bash Shell scripting/

001 Introductory Course Contents.mp4

21.9 MB

002 Introduction to Shell Scripts.mp4

67.3 MB

003 File System and directory hierarchy.mp4

29.6 MB

004 Multi-Tasking and Multi-User.mp4

24.1 MB

005 ls cd man exit commands.mp4

73.0 MB

006 rmdir mkdir rm history cat.mp4

44.5 MB

007 cp mv inode clear.mp4

42.7 MB

008 who whoami tty which locate pwd.mp4

34.6 MB

009 calendarcal date time commands and their options.mp4

34.8 MB

010 vi editor and different commands Part1.mp4

39.2 MB

011 vi editor Part 2.mp4

16.8 MB

012 chmod and user permissions.mp4

25.4 MB

013 chown chmod getent chgrp.mp4

23.4 MB

014 Background Jobs and no hangup.mp4

19.6 MB

015 sort and Uniq command.mp4

13.0 MB

016 Top and PS command.mp4

27.1 MB

017 Pipes And Redirection.mp4

31.3 MB

018 Pipes and Redirection Part 2.mp4

29.1 MB

019 Wild Cards.mp4

25.5 MB

020 Find Part 1.mp4

29.4 MB

021 Find Part 2.mp4

37.5 MB

022 Find part 3.mp4

34.2 MB

023 Find Part 4.mp4

48.4 MB

024 grep command and common usage part-1.mp4

19.7 MB

025 grep command part-2.mp4

33.7 MB

026 grep command part-3.mp4

31.9 MB

027 grep command part-4.mp4

28.3 MB

028 Shell Script Introduction and different components and debugging a script.mp4

25.2 MB

029 Functions and Command Line argument Processing.mp4

28.2 MB

030 While Loop.mp4

21.3 MB

031 Until Loop.mp4

8.6 MB

032 For Loop and various syntax of for loop.mp4

19.0 MB

033 If condition.mp4

21.9 MB

034 Test conditions for file type and strings.mp4

47.6 MB

035 Read User input and processing.mp4

11.1 MB

036 Case statement AKA switch.mp4

9.6 MB

037 File Handling and operations.mp4

28.0 MB

038 Exit Status of a Shell.mp4

20.8 MB

039 Random Number and its use case.mp4

12.4 MB

040 Arrays and iterating over elements in different ways.mp4

42.1 MB

041 Here Document Multi line comments Ftp scripts.mp4

28.9 MB

042 Trap and signals part-1.mp4

26.9 MB

043 Trap and signals part-2.mp4

30.7 MB

044 Trap and signals part-3.mp4

15.0 MB

045 Trap and signals part-4.mp4

23.5 MB

046 Trap and signals part-5.mp4

27.4 MB

047 Installing Ubuntu in virtual Machine.mp4

34.6 MB

/.../001 Introductory Course Contents/

00-IntroductoryCourseContents.pptx

77.9 KB

bash-shell-scripting.zip

256.4 KB

/.../002 Introduction to Shell Scripts/

Introduction-to-shell-script.docx

80.0 KB

/.../003 File System and directory hierarchy/

DirectoryHirarchyInLinux.pptx

70.3 KB

/.../004 Multi-Tasking and Multi-User/

MultiTaskingAndMultiUser.pptx

57.8 KB

/.../020 Find Part 1/

find-part1.txt

0.4 KB

/.../021 Find Part 2/

find-part2.txt

0.8 KB

/.../022 Find part 3/

find-part3.txt

0.8 KB

/.../023 Find Part 4/

find-part4.txt

1.2 KB

/.../029 Functions and Command Line argument Processing/

command-line-args-t2.sh

0.2 KB

command-line-args.sh

0.3 KB

function-1.sh

0.1 KB

function-2.sh

0.3 KB

/.../030 While Loop/

while-t1.sh

0.1 KB

while-t2.sh

0.1 KB

while-t3.sh

0.1 KB

/.../031 Until Loop/

until-t1.sh

0.1 KB

until-t2.sh

0.1 KB

/.../032 For Loop and various syntax of for loop/

for-loop-test1.sh

0.1 KB

for-loop-test2.sh

0.1 KB

for-loop-test3.sh

0.1 KB

for-loop-test4.sh

0.1 KB

for-loop-test5-gen.sh

0.1 KB

for-loop-test6.sh

0.1 KB

for-loop-test7.sh

0.1 KB

/.../033 If condition/

condition-t1.sh

0.1 KB

condition-t2.sh

0.2 KB

condition-t3.sh

0.2 KB

condition-t4.sh

0.2 KB

condition-t5.sh

0.2 KB

condition-t6.sh

0.2 KB

/.../034 Test conditions for file type and strings/

test-1.sh

0.4 KB

test-2.sh

0.4 KB

test-3.sh

0.1 KB

/.../035 Read User input and processing/

read-1.sh

0.1 KB

read-2.sh

0.1 KB

read-3.sh

0.1 KB

/.../036 Case statement AKA switch/

test-switch1.sh

0.4 KB

/.../037 File Handling and operations/

file-handling-1.sh

0.1 KB

file-handling-2.sh

0.1 KB

file-handling-3.sh

0.1 KB

file-handling-4.sh

0.2 KB

file-handling-5.sh

0.1 KB

file-handling-6.sh

0.1 KB

/.../038 Exit Status of a Shell/

exit-status-t1.sh

0.2 KB

exit-t2.sh

0.0 KB

/.../039 Random Number and its use case/

random-gen.sh

0.2 KB

/.../040 Arrays and iterating over elements in different ways/

array-t1.sh

0.1 KB

array-t2.sh

0.2 KB

array-t3.sh

0.1 KB

array-t4.sh

0.4 KB

array-t5-appending-domain-name.sh

0.1 KB

array-t6.sh

0.2 KB

/.../041 Here Document Multi line comments Ftp scripts/

ftp-script.sh

0.5 KB

multi-line-comment.sh

0.3 KB

test-switch1.sh

0.4 KB

/.../042 Trap and signals part-1/

demo-trap1-signal-ignored.sh

0.1 KB

demo-trap1.sh

0.1 KB

demo-trap2.sh

0.2 KB

/.../044 Trap and signals part-3/

demo-trap3.sh

0.2 KB

/.../045 Trap and signals part-4/

demo-trap4.sh

0.7 KB

/.../046 Trap and signals part-5/

demo-trap6-restore-trap.sh

0.3 KB

demo-trap7-restore-trap.sh

0.5 KB

demo-trap8-kill-process-if-signal-received-within-few-sec.sh

0.4 KB

/quizzes/

001 How can you get the run level of system using who command..html

2.6 KB

002 How to get thread ID of a process.html

2.6 KB

 

Total files 113


Copyright © 2026 FileMood.com