• Ryan McCue's avatar
    Print full directory name from lsof (#3440) · 887fd10e
    Ryan McCue authored
    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.
    887fd10e