Viewing profile — progress-code
progress-code
HN member- Joined
- Mon, May 14, 2018, 3:12 AM UTC
- HN karma
- 11
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About progress-code
No profile information was provided.
Recent public activity
-
comment
Comment #17062410
#!/bin/sh for pid in $@; do cd /proc/"$pid"/fd || continue for fd in *; do file=$(readlink "$fd"); if [ ! -z "$file" ]; then size=$( (du -b "$file" 2>/dev/null || echo 0) | awk '{p…