From 5f766fb3ecf65c5ac27f618fee0009d912218807 Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Tue, 12 Sep 2023 13:10:06 +0200 Subject: [PATCH] Add TODO about SSH --- linux/running_commands_in_linux.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/running_commands_in_linux.adoc b/linux/running_commands_in_linux.adoc index b245896..e236ec5 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[] -- 2.47.3