README 249 B

123456789101112
  1. # pwd
  2. Print name of current working directory.
  3. ## Description
  4. The program `pwd` asks the kernel the name of its
  5. current working directory by mean of the `sys_pwd`
  6. system call and print it to std out using `sys_write`.
  7. ## Usage
  8. `$ pwd`
  9. ## Comment