Fox on Nostr: I just saw someone use find to locate a file in the current directory... What's wrong ...
I just saw someone use find to locate a file in the current directory...
What's wrong with getting the list and piping it to grep?
ls -hal | grep filename
If it finds the file, It'll give you the attributes and the file size in an easy unit...
Am I weird to think this is better?
Probably... You guys/gals have a preferred method you like to use for tools in the CLI (powershell is ok, lol)?
What's wrong with getting the list and piping it to grep?
ls -hal | grep filename
If it finds the file, It'll give you the attributes and the file size in an easy unit...
Am I weird to think this is better?
Probably... You guys/gals have a preferred method you like to use for tools in the CLI (powershell is ok, lol)?