aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-08 16:22:55 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-08 16:22:55 +0200
commit284e1b7a5c4b1b0b0f38d16ecb1507ea4ac964f4 (patch)
tree838e1c692f431ed83d615c5c0cfe63d57d757c64
parent40560618aa165add94a80f70d2b187546ed47cfe (diff)
downloadcoreutils-284e1b7a5c4b1b0b0f38d16ecb1507ea4ac964f4.tar.gz
coreutils-284e1b7a5c4b1b0b0f38d16ecb1507ea4ac964f4.tar.bz2
coreutils-284e1b7a5c4b1b0b0f38d16ecb1507ea4ac964f4.zip
Moved everything in root
-rw-r--r--README.md10
-rw-r--r--basename.c (renamed from basename/basename.c)0
-rw-r--r--cut.c (renamed from cut/cut.c)0
-rw-r--r--head.c (renamed from head/head.c)0
-rw-r--r--mkdir.c (renamed from mkdir/mkdir.c)0
-rw-r--r--rm.c (renamed from rm/rm.c)0
-rw-r--r--seq.c (renamed from seq/seq.c)0
7 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee1b35b..2d090f0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# coreutils
-Rewrite of some core utilities for educationnal purposes
+Rewrite of some core utilities for educational purposes.
+
+| Name | Description |
+|------------|-------------------------------------------|
+| `mkdir` | make directories |
+| `basename` | strip directory and suffix from filenames |
+| `cut` | remove sections from each line of files |
+| `rm` | remove files or directories |
+| `seq` | print a sequence of numbers |
diff --git a/basename/basename.c b/basename.c
index 83f3b8f..83f3b8f 100644
--- a/basename/basename.c
+++ b/basename.c
diff --git a/cut/cut.c b/cut.c
index 2a7990d..2a7990d 100644
--- a/cut/cut.c
+++ b/cut.c
diff --git a/head/head.c b/head.c
index f2201b5..f2201b5 100644
--- a/head/head.c
+++ b/head.c
diff --git a/mkdir/mkdir.c b/mkdir.c
index 3ab73d1..3ab73d1 100644
--- a/mkdir/mkdir.c
+++ b/mkdir.c
diff --git a/rm/rm.c b/rm.c
index 2bcf68f..2bcf68f 100644
--- a/rm/rm.c
+++ b/rm.c
diff --git a/seq/seq.c b/seq.c
index 8307fc4..8307fc4 100644
--- a/seq/seq.c
+++ b/seq.c