diff options
| author | Alex Corcoles <alex@pdp7.net> | 2023-09-12 13:10:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 13:10:06 +0200 |
| commit | 5f766fb3ecf65c5ac27f618fee0009d912218807 (patch) | |
| tree | 07e67dbd6ef9e0f2ea74e772dcdd2eec5ad16915 /linux/running_commands_in_linux.adoc | |
| parent | a9af66e044a6e908d3303256a6cdd835974b32f6 (diff) | |
Add TODO about SSH
Diffstat (limited to 'linux/running_commands_in_linux.adoc')
| -rw-r--r-- | linux/running_commands_in_linux.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc index b245896c..e236ec58 100644 --- a/linux/running_commands_in_linux.adoc +++ b/linux/running_commands_in_linux.adoc @@ -282,3 +282,6 @@ The statement `cat a b` has two arguments: `a` and `b`. For each argument, `cat` prints the file of that name. So the `cat a b` statement prints the contents of the `a` and `b` files, not of a file named `a b`. +== TODO + +* SSH particularities: https://news.ycombinator.com/item?id=36722570[] |
