summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/unix-tricks.page')
-rw-r--r--software/unix-tricks.page5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/unix-tricks.page b/software/unix-tricks.page
index 26d6877..d6c363e 100644
--- a/software/unix-tricks.page
+++ b/software/unix-tricks.page
@@ -89,3 +89,8 @@ Using sed:
sed -i 's/OldString/NewString/g' *.txt
+File-based Network Access
+---------------------------------------------
+
+You can directly access network sockets as if they were files from bash using
+the virtual devices ``/dev/tcp/HOSTNAME/PORT`` and ``/dev/udp/HOSTNAME/PORT``.