种子简介
种子名称:
[FreeCourseSite.com] Udemy - Linux Bash Shell Scripting Complete Guide (incl. AWK & SED)
文件类型:
视频
文件数目:
80个文件
文件大小:
1.74 GB
收录时间:
2023-7-10 03:53
已经下载:
3次
资源热度:
138
最近下载:
2024-11-27 07:44
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:15bcf0f9d008cc9a61ccb7263859f19003bac17e&dn=[FreeCourseSite.com] Udemy - Linux Bash Shell Scripting Complete Guide (incl. AWK & SED)
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseSite.com] Udemy - Linux Bash Shell Scripting Complete Guide (incl. AWK & SED).torrent
1. Basics of scripting/1. Scripting - what it is all about.mp412.76MB
1. Basics of scripting/10. Math calculation.mp43.79MB
1. Basics of scripting/11. Math Calculation - showcase.mp413.77MB
1. Basics of scripting/13. Playing with $ arguments, arguments, arguments.mp46.69MB
1. Basics of scripting/14. More on arguments - playing with IFS and assigning arguments value to a variable.mp44.67MB
1. Basics of scripting/15. Redirection and Piping.mp421.6MB
1. Basics of scripting/16. Redirection and Piping - showcase.mp426.96MB
1. Basics of scripting/17. Exit status.mp413.74MB
1. Basics of scripting/2. Invoking the script.mp424.84MB
1. Basics of scripting/3. Sha-bang!.mp414.06MB
1. Basics of scripting/5. Using variables in scripts.mp46.68MB
1. Basics of scripting/6. Explicit definition - showcase.mp413.9MB
1. Basics of scripting/7. Read command.mp412.85MB
1. Basics of scripting/8. command substitution + time measurement.mp413.06MB
2. IF statement & Decision making/1. Explaining IF.mp43.87MB
2. IF statement & Decision making/10. Regular expressions - is there any reachable ip address .mp418.15MB
2. IF statement & Decision making/11. Filesystem related tests.mp42.6MB
2. IF statement & Decision making/12. Filesystem related tests - testing files permissions.mp418.02MB
2. IF statement & Decision making/13. && and - making IF statement shorter.mp416.89MB
2. IF statement & Decision making/2. Mathematical comparisons.mp413.5MB
2. IF statement & Decision making/3. String comparisons.mp45.45MB
2. IF statement & Decision making/4. String comparison - you are not root.mp413.37MB
2. IF statement & Decision making/6. Wildcards.mp46.02MB
2. IF statement & Decision making/7. Wildcards - making linux command badass.mp413.85MB
2. IF statement & Decision making/8. Wildcards - create backup script.mp417.28MB
2. IF statement & Decision making/9. Regular expressions.mp445.4MB
3. For loop/1. Explaining for loop.mp413.93MB
3. For loop/2. Add commands output into all .txt files.mp414.59MB
3. For loop/3. Looping through all script arguments $@ or $ .mp49.53MB
4. While loop/1. Explaining while loop.mp412.35MB
4. While loop/2. Making own cat command with line numbering.mp470.33MB
5. CASE/1. Explaining case.mp46.2MB
5. CASE/2. Recheck users input.mp480.4MB
5. CASE/3. Creating script with parameters [-f file] [--file file] [-h] [--help].mp479.62MB
5. CASE/4. (NEW) Manual Parsing vs Getopts vs Getopt.mp430.11MB
5. CASE/5. (NEW) Getopts - showcase script.mp417.78MB
5. CASE/6. (NEW) Getopt - showcase script.mp451.16MB
6. Arrays/1. Explaining Array.mp411.65MB
6. Arrays/2. Array - storing output of command into array and making some fun with its items.mp424.92MB
7. Functions/1. Explaining Functions.mp414.72MB
7. Functions/2. Making addition in a function.mp425.66MB
8. AWK/1. Explaining AWK.mp413.21MB
8. AWK/10. if-else.mp417.36MB
8. AWK/11. for loop.mp413.84MB
8. AWK/12. Building script with AWK.mp415.47MB
8. AWK/13. AWK script PART 1 - reading arguments.mp431.68MB
8. AWK/14. AWK script PART 2 - was the location set.mp420.64MB
8. AWK/15. AWK script PART 3 - searching for specific extension.mp441.77MB
8. AWK/16. AWK script PART 4 - what about not existing extension.mp414.6MB
8. AWK/17. AWK script PART 5 - counting size of files using awk.mp433.21MB
8. AWK/18. AWK script PART 6 - setting largest and smallest file.mp434.73MB
8. AWK/19. AWK script PART 7 - printing statistics.mp438.37MB
8. AWK/2. print, BEGIN{}, {}, END{}.mp420.7MB
8. AWK/20. AWK script PART 8 - reading awk part from separate file.mp433.29MB
8. AWK/3. $1, $2, dollars everywhere.mp423.98MB
8. AWK/4. searching pattern.mp425.98MB
8. AWK/5. NF - number of fields.mp415.13MB
8. AWK/6. NR - number of records.mp48.16MB
8. AWK/7. FS - field separator.mp426.31MB
8. AWK/8. RS - record separator.mp422.92MB
8. AWK/9. variable assignment.mp418.37MB
9. SED/1. Explaining SED.mp426.29MB
9. SED/10. Explaining s - substitute command.mp414.53MB
9. SED/11. s - substitute command showcase.mp442.75MB
9. SED/12. Building script with SED.mp418.93MB
9. SED/13. SED script PART 1 - structure for reading arguments.mp420.06MB
9. SED/14. SED script PART 2 - fixing spacetab issues.mp424.61MB
9. SED/15. SED script PART 3 - printing lines which don't have spacetab issues.mp434.31MB
9. SED/16. SED script PART 4 - line numbering.mp423.09MB
9. SED/17. SED script PART 5 - show spacestabs as a red background.mp459.96MB
9. SED/18. SED script PART6 - show spacestabs also at the end of lines.mp452.32MB
9. SED/19. SED script PART 7 - just to print it nicely.mp444.91MB
9. SED/2. p - print command and -n option.mp427.2MB
9. SED/3. a append i prepand.mp413.21MB
9. SED/4. d - delete command.mp417.75MB
9. SED/5. c - change command.mp49.11MB
9. SED/6. q - quit command.mp413.74MB
9. SED/7. -e option Run multiple sed commands.mp413.03MB
9. SED/8. -i option Changing files for sure.mp413.08MB
9. SED/9. e - perform shell commands.mp414.83MB