Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print full directory name from lsof (facebook#3440)
awk splits lines based on spaces, which causes directory names with spaces to end up in other fields. Using a for loop allows us to print from the 9th field onwards instead of just the 9th field.
- Loading branch information