mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
13 lines
189 B
Bash
13 lines
189 B
Bash
#!/bin/bash
|
|
|
|
# Enter command to show properties or leave blank for auto:
|
|
|
|
|
|
# # Example:
|
|
|
|
# echo MOUNT
|
|
# mount | grep " on %a "
|
|
# echo
|
|
# echo PROCESSES
|
|
# /usr/bin/lsof -w "%a" | head -n 500
|