Browse Source

docs(input-redirection): add video resources

pull/1936/head
davhojt 1 year ago
parent
commit
0b37c89167
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 4
      subjects/devops/input-redirection/README.md

4
subjects/devops/input-redirection/README.md

@ -9,6 +9,10 @@ Usually this technique is used to programmatically generate scripts or configura
The script will create a file `show-info.sh` that will run the command `cat` with `-e` as argument.
The input to `cat` will be passed using `heredoc`. Running `show-info.sh` will output some useful information about three common environment variables.
> Watch the videos:
>
> - https://www.youtube.com/watch?v=oJwZgefy8nA
> The environment variables are `PWD`, `PATH` and `USERNAME`.
### Usage

Loading…
Cancel
Save