e94f12f804d3e172e800ce44de70c574ca957f85
technology/linux/general/index.md
| ... | ... | @@ -13,6 +13,7 @@ |
| 13 | 13 | - [ssh](ssh) |
| 14 | 14 | - [systemctl](systemctl) |
| 15 | 15 | - [tmux](tmux) |
| 16 | +- [truncate](truncate) |
|
| 16 | 17 | - [xclip](xclip) |
| 17 | 18 | - [xdotool](xdotool) |
| 18 | 19 | - [xev](xev) |
technology/linux/general/truncate.md
| ... | ... | @@ -0,0 +1,2 @@ |
| 1 | +# truncate |
|
| 2 | +https://unix.stackexchange.com/questions/68523/find-and-remove-large-files-that-are-open-but-have-been-deleted |