find differs on Linux and macOS #7

Closed
opened 2018-01-09 12:30:38 +00:00 by benie · 1 comment
Owner

On Linux to find a file:

$ find -name <expr> [<path>]

On macOS to file a file:

$ find [<path>] <expr>
$ find [-f <path>] <expr>

Find a way to unify the interface, possibly:

$ fd <expr> [<path>]
On Linux to find a file: ``` $ find -name <expr> [<path>] ``` On macOS to file a file: ``` $ find [<path>] <expr> $ find [-f <path>] <expr> ``` Find a way to unify the interface, possibly: ``` $ fd <expr> [<path>] ```
Author
Owner

They are mostly the same, closing this.

They are mostly the same, closing this.
benie closed this issue 2018-08-26 21:10:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/zsh#7
No description provided.