FileMood

Download Udemy - Linux Bash Shell Scripting Complete Guide (incl. AWK & SED) 2020-10

Udemy Linux Bash Shell Scripting Complete Guide incl AWK SED 2020 10

Name

Udemy - Linux Bash Shell Scripting Complete Guide (incl. AWK & SED) 2020-10

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.3 GB

Total Files

198

Last Seen

2025-08-04 00:13

Hash

C5241ADE840FF6602BFC9D1D9795EA0D4B721A8B

/1. Linux commands/

13. grep.mp4

100.4 MB

1. Introduction - welcome!.mp4

17.3 MB

1. Introduction - welcome!.srt

3.4 KB

2. pwd.mp4

7.7 MB

2. pwd.srt

1.3 KB

3. cd.mp4

23.1 MB

3. cd.srt

2.9 KB

4. ls.mp4

39.1 MB

4. ls.srt

3.2 KB

5. mkdir.mp4

30.5 MB

5. mkdir.srt

2.9 KB

6. touch.mp4

20.5 MB

6. touch.srt

1.7 KB

7. date.mp4

22.0 MB

7. date.srt

2.9 KB

8. cat.mp4

16.7 MB

8. cat.srt

2.1 KB

9. rm + rmdir.mp4

33.4 MB

9. rm + rmdir.srt

3.1 KB

10. cp.mp4

15.8 MB

10. cp.srt

2.3 KB

11. mv.mp4

15.4 MB

11. mv.srt

2.6 KB

12. wc.mp4

20.2 MB

12. wc.srt

2.1 KB

13. grep.srt

8.9 KB

14. find.mp4

57.5 MB

14. find.srt

5.9 KB

/

Read me.txt

0.1 KB

/2. Basics of scripting/

1. Scripting - what it is all about.mp4

13.4 MB

1. Scripting - what it is all about.srt

3.5 KB

2. Invoking the script.mp4

26.0 MB

2. Invoking the script.srt

7.8 KB

3. Sha-bang!.mp4

14.7 MB

3. Sha-bang!.srt

6.5 KB

4. Test quiz 1-1.html

0.2 KB

5. Using variables in scripts.mp4

7.0 MB

5. Using variables in scripts.srt

4.6 KB

6. Explicit definition - showcase.mp4

14.6 MB

6. Explicit definition - showcase.srt

6.3 KB

7. Read command.mp4

13.5 MB

7. Read command.srt

5.5 KB

8. command substitution + time measurement.mp4

13.7 MB

8. command substitution + time measurement.srt

5.3 KB

9. Test quiz 1-2.html

0.2 KB

10. Math calculation.mp4

4.0 MB

10. Math calculation.srt

3.0 KB

11. Math Calculation - showcase.mp4

14.4 MB

11. Math Calculation - showcase.srt

6.9 KB

12. Test quiz 1-3.html

0.2 KB

13. Playing with $ arguments, arguments, arguments.mp4

7.0 MB

13. Playing with $ arguments, arguments, arguments.srt

4.1 KB

14. More on arguments - playing with IFS and assigning arguments value to a variable.mp4

4.9 MB

14. More on arguments - playing with IFS and assigning arguments value to a variable.srt

3.1 KB

15. Redirection and Piping.mp4

22.6 MB

15. Redirection and Piping.srt

6.4 KB

16. Redirection and Piping - showcase.mp4

28.3 MB

16. Redirection and Piping - showcase.srt

4.3 KB

17. Exit status.mp4

14.4 MB

17. Exit status.srt

7.5 KB

18. Test quiz 1-4.html

0.2 KB

19. Practice test 1-1.html

0.2 KB

/3. IF statement & Decision making/

1. Explaining IF.mp4

10.8 MB

1. Explaining IF.srt

3.3 KB

2. Mathematical comparisons.mp4

14.2 MB

2. Mathematical comparisons.srt

8.0 KB

3. String comparisons.mp4

5.7 MB

3. String comparisons.srt

4.6 KB

4. String comparison - you are not root.mp4

14.0 MB

4. String comparison - you are not root.srt

8.0 KB

5. Test Quiz 2-1.html

0.2 KB

6. Wildcards.mp4

6.3 MB

6. Wildcards.srt

4.4 KB

7. Wildcards - making linux command badass.mp4

14.5 MB

7. Wildcards - making linux command badass.srt

5.6 KB

8. Wildcards - create backup script.mp4

18.1 MB

8. Wildcards - create backup script.srt

8.3 KB

9. Regular expressions.mp4

47.6 MB

9. Regular expressions.srt

6.2 KB

10. Regular expressions - is there any reachable ip address .mp4

19.0 MB

10. Regular expressions - is there any reachable ip address .srt

10.1 KB

11. Test quiz 2-2.html

0.2 KB

12. Filesystem related tests.mp4

2.7 MB

12. Filesystem related tests.srt

1.9 KB

13. Filesystem related tests - testing files permissions.mp4

18.9 MB

13. Filesystem related tests - testing files permissions.srt

9.8 KB

14. && and - making IF statement shorter.mp4

17.7 MB

14. && and - making IF statement shorter.srt

8.2 KB

/4. For loop/

1. Explaining for loop.mp4

17.0 MB

1. Explaining for loop.srt

5.8 KB

2. Add commands output into all .txt files.mp4

15.3 MB

2. Add commands output into all .txt files.srt

3.4 KB

3. Looping through all script arguments $@ or $ .mp4

10.0 MB

3. Looping through all script arguments $@ or $ .srt

2.8 KB

/5. While loop/

1. Explaining while loop.mp4

13.0 MB

1. Explaining while loop.srt

3.6 KB

2. Making own cat command with line numbering.mp4

73.7 MB

2. Making own cat command with line numbering.srt

8.5 KB

/6. CASE/

1. Explaining case.mp4

6.5 MB

1. Explaining case.srt

2.3 KB

2. Recheck users input.mp4

84.3 MB

2. Recheck users input.srt

11.5 KB

3. Creating script with parameters [-f file] [--file file] [-h] [--help].mp4

83.5 MB

3. Creating script with parameters [-f file] [--file file] [-h] [--help].srt

12.0 KB

4. (NEW) Manual Parsing vs Getopts vs Getopt.mp4

31.6 MB

4. (NEW) Manual Parsing vs Getopts vs Getopt.srt

8.3 KB

5. (NEW) Getopts - showcase script.mp4

18.7 MB

5. (NEW) Getopts - showcase script.srt

5.4 KB

6. (NEW) Getopt - showcase script.mp4

53.6 MB

6. (NEW) Getopt - showcase script.srt

9.1 KB

/7. Arrays/

1. Explaining Array.mp4

12.2 MB

1. Explaining Array.srt

2.8 KB

2. Array - storing output of command into array and making some fun with its items.mp4

26.1 MB

2. Array - storing output of command into array and making some fun with its items.srt

4.8 KB

/8. Functions/

1. Explaining Functions.mp4

15.4 MB

1. Explaining Functions.srt

4.2 KB

2. Making addition in a function.mp4

26.9 MB

2. Making addition in a function.srt

4.7 KB

/9. AWK/

1. Explaining AWK.mp4

13.8 MB

1. Explaining AWK.srt

3.9 KB

2. print, BEGIN{}, {}, END{}.mp4

21.7 MB

2. print, BEGIN{}, {}, END{}.srt

4.4 KB

3. $1, $2, dollars everywhere.mp4

25.1 MB

3. $1, $2, dollars everywhere.srt

3.9 KB

4. searching pattern.mp4

27.3 MB

4. searching pattern.srt

3.9 KB

5. NF - number of fields.mp4

15.9 MB

5. NF - number of fields.srt

2.3 KB

6. NR - number of records.mp4

8.6 MB

6. NR - number of records.srt

2.3 KB

7. FS - field separator.mp4

27.6 MB

7. FS - field separator.srt

2.5 KB

8. RS - record separator.mp4

24.0 MB

8. RS - record separator.srt

1.9 KB

9. variable assignment.mp4

19.3 MB

9. variable assignment.srt

3.5 KB

10. if-else.mp4

18.2 MB

10. if-else.srt

3.4 KB

11. for loop.mp4

14.5 MB

11. for loop.srt

3.2 KB

12. Building script with AWK.mp4

16.2 MB

12. Building script with AWK.srt

2.5 KB

13. AWK script PART 1 - reading arguments.mp4

33.2 MB

13. AWK script PART 1 - reading arguments.srt

5.9 KB

14. AWK script PART 2 - was the location set.mp4

21.6 MB

14. AWK script PART 2 - was the location set.srt

3.4 KB

15. AWK script PART 3 - searching for specific extension.mp4

43.8 MB

15. AWK script PART 3 - searching for specific extension.srt

2.8 KB

16. AWK script PART 4 - what about not existing extension.mp4

15.3 MB

16. AWK script PART 4 - what about not existing extension.srt

2.7 KB

17. AWK script PART 5 - counting size of files using awk.mp4

34.8 MB

17. AWK script PART 5 - counting size of files using awk.srt

1.6 KB

18. AWK script PART 6 - setting largest and smallest file.mp4

36.4 MB

18. AWK script PART 6 - setting largest and smallest file.srt

5.7 KB

19. AWK script PART 7 - printing statistics.mp4

40.2 MB

19. AWK script PART 7 - printing statistics.srt

5.2 KB

20. AWK script PART 8 - reading awk part from separate file.mp4

34.9 MB

20. AWK script PART 8 - reading awk part from separate file.srt

3.3 KB

/10. SED/

1. Explaining SED.mp4

27.6 MB

1. Explaining SED.srt

4.7 KB

2. p - print command and -n option.mp4

28.5 MB

2. p - print command and -n option.srt

4.4 KB

3. a append i prepand.mp4

13.9 MB

3. a append i prepand.srt

1.7 KB

4. d - delete command.mp4

18.6 MB

4. d - delete command.srt

2.7 KB

5. c - change command.mp4

9.6 MB

5. c - change command.srt

1.6 KB

6. q - quit command.mp4

14.4 MB

6. q - quit command.srt

2.6 KB

7. -e option Run multiple sed commands.mp4

13.7 MB

7. -e option Run multiple sed commands.srt

2.6 KB

8. -i option Changing files for sure.mp4

13.7 MB

8. -i option Changing files for sure.srt

2.3 KB

9. e - perform shell commands.mp4

15.6 MB

9. e - perform shell commands.srt

2.4 KB

10. Explaining s - substitute command.mp4

15.2 MB

10. Explaining s - substitute command.srt

2.8 KB

11. s - substitute command showcase.mp4

44.8 MB

11. s - substitute command showcase.srt

5.0 KB

12. Building script with SED.mp4

19.9 MB

12. Building script with SED.srt

3.5 KB

13. SED script PART 1 - structure for reading arguments.mp4

21.0 MB

13. SED script PART 1 - structure for reading arguments.srt

4.7 KB

14. SED script PART 2 - fixing spacetab issues.mp4

25.8 MB

14. SED script PART 2 - fixing spacetab issues.srt

5.4 KB

15. SED script PART 3 - printing lines which don't have spacetab issues.mp4

36.0 MB

15. SED script PART 3 - printing lines which don't have spacetab issues.srt

5.9 KB

16. SED script PART 4 - line numbering.mp4

24.2 MB

16. SED script PART 4 - line numbering.srt

3.6 KB

17. SED script PART 5 - show spacestabs as a red background.mp4

62.9 MB

17. SED script PART 5 - show spacestabs as a red background.srt

5.1 KB

18. SED script PART6 - show spacestabs also at the end of lines.mp4

54.9 MB

18. SED script PART6 - show spacestabs also at the end of lines.srt

3.7 KB

19. SED script PART 7 - just to print it nicely.mp4

47.1 MB

19. SED script PART 7 - just to print it nicely.srt

4.7 KB

/11. Sources/

1. scripts.html

0.1 KB

1.1 scripts-UDEMY.zip

13.6 KB

 

Total files 198


Copyright © 2025 FileMood.com