Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Linux Bash Shell Scripting: Complete Guide (incl. AWK & SED), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:10
    Introduction - welcome!
  • Урок 2. 00:01:29
    pwd
  • Урок 3. 00:03:19
    cd
  • Урок 4. 00:03:44
    ls
  • Урок 5. 00:03:33
    mkdir
  • Урок 6. 00:02:16
    touch
  • Урок 7. 00:03:16
    date
  • Урок 8. 00:02:39
    cat
  • Урок 9. 00:03:32
    rm + rmdir
  • Урок 10. 00:02:59
    cp
  • Урок 11. 00:03:06
    mv
  • Урок 12. 00:03:02
    wc
  • Урок 13. 00:09:52
    grep
  • Урок 14. 00:06:17
    find
  • Урок 15. 00:03:09
    Scripting - what it is all about?
  • Урок 16. 00:08:54
    Invoking the script
  • Урок 17. 00:07:26
    Sha-bang!
  • Урок 18. 00:04:07
    Using variables in scripts
  • Урок 19. 00:07:18
    Explicit definition - showcase
  • Урок 20. 00:06:24
    Read command
  • Урок 21. 00:06:41
    command substitution + time measurement
  • Урок 22. 00:03:07
    Math calculation
  • Урок 23. 00:09:13
    Math Calculation - showcase
  • Урок 24. 00:04:38
    Playing with $ : arguments, arguments, arguments
  • Урок 25. 00:03:35
    More on arguments - playing with IFS and assigning arguments value to a variable
  • Урок 26. 00:05:54
    Redirection and Piping
  • Урок 27. 00:04:24
    Redirection and Piping - showcase
  • Урок 28. 00:07:51
    Exit status
  • Урок 29. 00:03:02
    Explaining IF
  • Урок 30. 00:09:22
    Mathematical comparisons
  • Урок 31. 00:04:14
    String comparisons
  • Урок 32. 00:10:04
    String comparison - you are not root??
  • Урок 33. 00:04:27
    Wildcards
  • Урок 34. 00:07:45
    Wildcards - making linux command badass
  • Урок 35. 00:11:29
    Wildcards - create backup script
  • Урок 36. 00:06:31
    Regular expressions
  • Урок 37. 00:12:42
    Regular expressions - is there any reachable ip address ??
  • Урок 38. 00:01:54
    Filesystem related tests
  • Урок 39. 00:12:57
    Filesystem related tests - testing files permissions
  • Урок 40. 00:09:28
    && and || - making IF statement shorter
  • Урок 41. 00:05:18
    Explaining for loop
  • Урок 42. 00:03:59
    Add commands output into all .txt files
  • Урок 43. 00:03:06
    Looping through all script arguments: "$@" or "$*" ??
  • Урок 44. 00:03:27
    Explaining while loop
  • Урок 45. 00:11:30
    Making own cat command with line numbering
  • Урок 46. 00:02:11
    Explaining case
  • Урок 47. 00:13:30
    Recheck users input
  • Урок 48. 00:14:08
    Creating script with parameters [-f file] [--file file] [-h] [--help]
  • Урок 49. 00:07:29
    (NEW) Manual Parsing vs Getopts vs Getopt
  • Урок 50. 00:06:35
    (NEW) Getopts - showcase script
  • Урок 51. 00:11:11
    (NEW) Getopt - showcase script
  • Урок 52. 00:02:44
    Explaining Array
  • Урок 53. 00:06:24
    Array - storing output of command into array and making some fun with its items
  • Урок 54. 00:03:34
    Explaining Functions
  • Урок 55. 00:05:08
    Making addition in a function
  • Урок 56. 00:03:28
    Explaining AWK
  • Урок 57. 00:05:33
    print, BEGIN{}, {}, END{}
  • Урок 58. 00:05:20
    $1, $2, dollars everywhere
  • Урок 59. 00:04:44
    searching pattern
  • Урок 60. 00:03:01
    NF - number of fields
  • Урок 61. 00:02:35
    NR - number of records
  • Урок 62. 00:03:39
    FS - field separator
  • Урок 63. 00:03:05
    RS - record separator
  • Урок 64. 00:04:13
    variable assignment
  • Урок 65. 00:04:20
    if-else
  • Урок 66. 00:04:00
    for loop
  • Урок 67. 00:02:28
    Building script with AWK
  • Урок 68. 00:08:23
    AWK script PART 1 - reading arguments
  • Урок 69. 00:04:41
    AWK script PART 2 - was the location set?
  • Урок 70. 00:03:19
    AWK script PART 3 - searching for specific extension
  • Урок 71. 00:04:07
    AWK script PART 4 - what about not existing extension?
  • Урок 72. 00:02:30
    AWK script PART 5 - counting size of files using awk
  • Урок 73. 00:07:29
    AWK script PART 6 - setting largest and smallest file
  • Урок 74. 00:06:57
    AWK script PART 7 - printing statistics
  • Урок 75. 00:05:03
    AWK script PART 8 - reading awk part from separate file
  • Урок 76. 00:04:41
    Explaining SED
  • Урок 77. 00:05:03
    p - print command and -n option
  • Урок 78. 00:02:12
    a append/ i prepand
  • Урок 79. 00:03:09
    d - delete command
  • Урок 80. 00:01:48
    c - change command
  • Урок 81. 00:02:52
    q - quit command
  • Урок 82. 00:02:49
    -e option Run multiple sed commands
  • Урок 83. 00:02:45
    -i option Changing files for sure
  • Урок 84. 00:02:57
    e - perform shell commands
  • Урок 85. 00:02:49
    Explaining s - substitute command
  • Урок 86. 00:06:22
    s - substitute command showcase
  • Урок 87. 00:03:13
    Building script with SED
  • Урок 88. 00:06:08
    SED script PART 1 - structure for reading arguments
  • Урок 89. 00:06:30
    SED script PART 2 - fixing space/tab issues
  • Урок 90. 00:06:43
    SED script PART 3 - printing lines which don't have space/tab issues
  • Урок 91. 00:04:04
    SED script PART 4 - line numbering
  • Урок 92. 00:08:05
    SED script PART 5 - show spaces/tabs as a red background
  • Урок 93. 00:06:17
    SED script PART6 - show spaces/tabs also at the end of lines
  • Урок 94. 00:05:27
    SED script PART 7 - just to print it nicely