README 242 B

1234567891011
  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 by mean of
  7. `sys_write`.
  8. ## Usage
  9. `$ pwd`