docs(input-redirection): add video resources

This commit is contained in:
davhojt 2023-04-05 13:45:08 +03:00
parent 768f97e4a4
commit 0b37c89167
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
1 changed files with 4 additions and 0 deletions

View File

@ -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