Pinned Loading
-
-
找出某 size 的檔案
找出某 size 的檔案 1#!/bin/bash
2find . -type f -printf "%s\t%p\n" | grep 213
3# %s file size in byte
4# %p filename
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.