From 78b777b3d83e86dd565223ed1170e5b2f7d2b951 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 30 Aug 2018 11:32:16 +0100 Subject: [PATCH] link: add page (#2274) --- pages/linux/link.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/link.md diff --git a/pages/linux/link.md b/pages/linux/link.md new file mode 100644 index 000000000..f57667a6a --- /dev/null +++ b/pages/linux/link.md @@ -0,0 +1,8 @@ +# link + +> Create a hard link to an existing file. +> For more options, see the `ln` command. + +- Create a hard link from a new file to an existing file: + +`link {{path/to/existing_file}} {{path/to/new_file}}`