diff --git a/03-working-with-files-and-folders.html b/03-working-with-files-and-folders.html index 8979f784..f23a46e6 100644 --- a/03-working-with-files-and-folders.html +++ b/03-working-with-files-and-folders.html @@ -592,7 +592,7 @@

Answer

-
+

BASH @@ -624,7 +624,7 @@

Answer

-
+

BASH @@ -658,7 +658,7 @@

Answer

-
+

BASH @@ -699,7 +699,7 @@

Answer

-
+
  • The ? wildcard matches the regular expression . (a dot)
  • @@ -774,7 +774,7 @@

    Answer

    -
    +

    You may think there is not much value in such a basic command like echo. However, from the moment you start writing automated diff --git a/04-loops.html b/04-loops.html index 5829245f..3cc34a2d 100644 --- a/04-loops.html +++ b/04-loops.html @@ -443,7 +443,7 @@

    Show me the solution

    -
    +

    BASH diff --git a/05-counting-mining.html b/05-counting-mining.html index fdcebeb5..42f075a8 100644 --- a/05-counting-mining.html +++ b/05-counting-mining.html @@ -599,7 +599,7 @@

    Show me the solution

    -
    +

    The cat command just outputs whatever it gets as input, so you get exactly the same output from

    @@ -658,7 +658,7 @@

    Show me the solution

    -
    +

    Here we use the wc command with the -w (word) flag on all tsv files, sort them and @@ -695,7 +695,7 @@

    Show me the solution

    -
    +

    BASH @@ -727,7 +727,7 @@

    Show me the solution

    -
    +

    BASH @@ -764,7 +764,7 @@

    Show me the solution

    -
    +

    BASH @@ -799,7 +799,7 @@

    Show me the solution

    -
    +

    From man wc, you will see that there is a -w flag to print the number of words:

    @@ -1019,7 +1019,7 @@

    Show me the solution

    -
    +

    Using date --help will show you that the + option introduces a date format, where %Y, %m @@ -1097,7 +1097,7 @@

    Show me the solution

    -
    +

    BASH @@ -1129,7 +1129,7 @@

    Show me the solution

    -
    +

    BASH @@ -1161,7 +1161,7 @@

    Show me the solution

    -
    +

    BASH @@ -1193,7 +1193,7 @@

    Show me the solution

    -
    +

    BASH @@ -1225,7 +1225,7 @@

    Show me the solution

    -
    +

    BASH @@ -1258,7 +1258,7 @@

    Show me the solution

    -
    +

    BASH @@ -1293,7 +1293,7 @@

    Show me the solution

    -
    +

    BASH @@ -1342,7 +1342,7 @@

    Show me the solution

    -
    +

    BASH @@ -1439,7 +1439,7 @@

    Solutions

    -
    +
    1. Because we are explicitly listing the names after in, and those contain no white-space. However, for @@ -1522,7 +1522,7 @@

      Show me the solution

      -
      +

      First, let’s see where our desired columns are:

      diff --git a/aio.html b/aio.html index 7ff9f167..7bcd3a52 100644 --- a/aio.html +++ b/aio.html @@ -1117,7 +1117,7 @@

      Answer

      -
      +

      BASH @@ -1149,7 +1149,7 @@

      Answer

      -
      +

      BASH @@ -1183,7 +1183,7 @@

      Answer

      -
      +

      BASH @@ -1224,7 +1224,7 @@

      Answer

      -
      +
      • The ? wildcard matches the regular expression @@ -1301,7 +1301,7 @@

        Answer

        -
        +

        You may think there is not much value in such a basic command like echo. However, from the moment you start writing automated @@ -1534,7 +1534,7 @@

        Show me the solution

        -
        +

        BASH @@ -1957,7 +1957,7 @@

        Show me the solution

        -
        +

        The cat command just outputs whatever it gets as input, so you get exactly the same output from

        @@ -2016,7 +2016,7 @@

        Show me the solution

        -
        +

        Here we use the wc command with the -w (word) flag on all tsv files, sort them and @@ -2053,7 +2053,7 @@

        Show me the solution

        -
        +

        BASH @@ -2085,7 +2085,7 @@

        Show me the solution

        -
        +

        BASH @@ -2122,7 +2122,7 @@

        Show me the solution

        -
        +

        BASH @@ -2157,7 +2157,7 @@

        Show me the solution

        -
        +

        From man wc, you will see that there is a -w flag to print the number of words:

        @@ -2378,7 +2378,7 @@

        Show me the solution

        -
        +

        Using date --help will show you that the + option introduces a date format, where %Y, %m @@ -2456,7 +2456,7 @@

        Show me the solution

        -
        +

        BASH @@ -2488,7 +2488,7 @@

        Show me the solution

        -
        +

        BASH @@ -2520,7 +2520,7 @@

        Show me the solution

        -
        +

        BASH @@ -2552,7 +2552,7 @@

        Show me the solution

        -
        +

        BASH @@ -2584,7 +2584,7 @@

        Show me the solution

        -
        +

        BASH @@ -2617,7 +2617,7 @@

        Show me the solution

        -
        +

        BASH @@ -2652,7 +2652,7 @@

        Show me the solution

        -
        +

        BASH @@ -2701,7 +2701,7 @@

        Show me the solution

        -
        +

        BASH @@ -2803,7 +2803,7 @@

        Solutions

        -
        +
        1. Because we are explicitly listing the names after @@ -2889,7 +2889,7 @@

          Show me the solution

          -
          +

          First, let’s see where our desired columns are:

          diff --git a/instructor/03-working-with-files-and-folders.html b/instructor/03-working-with-files-and-folders.html index 9cfcf279..9d799766 100644 --- a/instructor/03-working-with-files-and-folders.html +++ b/instructor/03-working-with-files-and-folders.html @@ -593,7 +593,7 @@

          Answer

          -
          +

          BASH @@ -625,7 +625,7 @@

          Answer

          -
          +

          BASH @@ -659,7 +659,7 @@

          Answer

          -
          +

          BASH @@ -700,7 +700,7 @@

          Answer

          -
          +
          • The ? wildcard matches the regular expression . (a dot)
          • @@ -775,7 +775,7 @@

            Answer

            -
            +

            You may think there is not much value in such a basic command like echo. However, from the moment you start writing automated diff --git a/instructor/04-loops.html b/instructor/04-loops.html index 003e5c4b..9739ca3f 100644 --- a/instructor/04-loops.html +++ b/instructor/04-loops.html @@ -444,7 +444,7 @@

            Show me the solution

            -
            +

            BASH diff --git a/instructor/05-counting-mining.html b/instructor/05-counting-mining.html index 692b67d9..461ea9ce 100644 --- a/instructor/05-counting-mining.html +++ b/instructor/05-counting-mining.html @@ -600,7 +600,7 @@

            Show me the solution

            -
            +

            The cat command just outputs whatever it gets as input, so you get exactly the same output from

            @@ -659,7 +659,7 @@

            Show me the solution

            -
            +

            Here we use the wc command with the -w (word) flag on all tsv files, sort them and @@ -696,7 +696,7 @@

            Show me the solution

            -
            +

            BASH @@ -728,7 +728,7 @@

            Show me the solution

            -
            +

            BASH @@ -765,7 +765,7 @@

            Show me the solution

            -
            +

            BASH @@ -800,7 +800,7 @@

            Show me the solution

            -
            +

            From man wc, you will see that there is a -w flag to print the number of words:

            @@ -1020,7 +1020,7 @@

            Show me the solution

            -
            +

            Using date --help will show you that the + option introduces a date format, where %Y, %m @@ -1098,7 +1098,7 @@

            Show me the solution

            -
            +

            BASH @@ -1130,7 +1130,7 @@

            Show me the solution

            -
            +

            BASH @@ -1162,7 +1162,7 @@

            Show me the solution

            -
            +

            BASH @@ -1194,7 +1194,7 @@

            Show me the solution

            -
            +

            BASH @@ -1226,7 +1226,7 @@

            Show me the solution

            -
            +

            BASH @@ -1259,7 +1259,7 @@

            Show me the solution

            -
            +

            BASH @@ -1294,7 +1294,7 @@

            Show me the solution

            -
            +

            BASH @@ -1343,7 +1343,7 @@

            Show me the solution

            -
            +

            BASH @@ -1440,7 +1440,7 @@

            Solutions

            -
            +
            1. Because we are explicitly listing the names after in, and those contain no white-space. However, for @@ -1523,7 +1523,7 @@

              Show me the solution

              -
              +

              First, let’s see where our desired columns are:

              diff --git a/instructor/aio.html b/instructor/aio.html index e282414a..665e5903 100644 --- a/instructor/aio.html +++ b/instructor/aio.html @@ -1116,7 +1116,7 @@

              Answer

              -
              +

              BASH @@ -1148,7 +1148,7 @@

              Answer

              -
              +

              BASH @@ -1182,7 +1182,7 @@

              Answer

              -
              +

              BASH @@ -1223,7 +1223,7 @@

              Answer

              -
              +
              • The ? wildcard matches the regular expression @@ -1300,7 +1300,7 @@

                Answer

                -
                +

                You may think there is not much value in such a basic command like echo. However, from the moment you start writing automated @@ -1534,7 +1534,7 @@

                Show me the solution

                -
                +

                BASH @@ -1958,7 +1958,7 @@

                Show me the solution

                -
                +

                The cat command just outputs whatever it gets as input, so you get exactly the same output from

                @@ -2017,7 +2017,7 @@

                Show me the solution

                -
                +

                Here we use the wc command with the -w (word) flag on all tsv files, sort them and @@ -2054,7 +2054,7 @@

                Show me the solution

                -
                +

                BASH @@ -2086,7 +2086,7 @@

                Show me the solution

                -
                +

                BASH @@ -2123,7 +2123,7 @@

                Show me the solution

                -
                +

                BASH @@ -2158,7 +2158,7 @@

                Show me the solution

                -
                +

                From man wc, you will see that there is a -w flag to print the number of words:

                @@ -2379,7 +2379,7 @@

                Show me the solution

                -
                +

                Using date --help will show you that the + option introduces a date format, where %Y, %m @@ -2457,7 +2457,7 @@

                Show me the solution

                -
                +

                BASH @@ -2489,7 +2489,7 @@

                Show me the solution

                -
                +

                BASH @@ -2521,7 +2521,7 @@

                Show me the solution

                -
                +

                BASH @@ -2553,7 +2553,7 @@

                Show me the solution

                -
                +

                BASH @@ -2585,7 +2585,7 @@

                Show me the solution

                -
                +

                BASH @@ -2618,7 +2618,7 @@

                Show me the solution

                -
                +

                BASH @@ -2653,7 +2653,7 @@

                Show me the solution

                -
                +

                BASH @@ -2702,7 +2702,7 @@

                Show me the solution

                -
                +

                BASH @@ -2804,7 +2804,7 @@

                Solutions

                -
                +
                1. Because we are explicitly listing the names after @@ -2890,7 +2890,7 @@

                  Show me the solution

                  -
                  +

                  First, let’s see where our desired columns are:

                  diff --git a/pkgdown.yml b/pkgdown.yml index e401aae7..d34b3132 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-08-22T14:52Z +last_built: 2023-08-22T14:53Z