Browse Source

Add `pwd` README

Matteo Savatteri 4 years ago
parent
commit
7732fb3074
1 changed files with 11 additions and 0 deletions
  1. 11 0
      2_pwd/README

+ 11 - 0
2_pwd/README

@@ -0,0 +1,11 @@
+# pwd
+Print name of current working directory.
+
+## Description
+The program `pwd` asks the kernel the name of its
+current working directory by mean of the `sys_pwd`
+system call and print it to std out by mean of
+`sys_write`.
+
+## Usage
+`$ pwd`