Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File scheme providers uses non POSIX compatible options #241

Open
lambdalisue opened this issue Oct 6, 2020 · 0 comments
Open

File scheme providers uses non POSIX compatible options #241

lambdalisue opened this issue Oct 6, 2020 · 0 comments
Labels
documentation Need better documentation

Comments

@lambdalisue
Copy link
Owner

lambdalisue commented Oct 6, 2020

In most cases, this is not a matter but the file scheme uses the following non POSIX compatible options thus fern might not work on the really old machine even Vim 8.1 works on such platforms (e.g. #237 )

find

-maxdepth and -follow are not POSIX compatible.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html

ls

-U is not POSIX compatible
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ls.html

@lambdalisue lambdalisue changed the title -maxdepth option of find is not POSIX compatible File scheme provider uses non POSIX compatible options Oct 6, 2020
@lambdalisue lambdalisue added the documentation Need better documentation label Oct 6, 2020
@lambdalisue lambdalisue changed the title File scheme provider uses non POSIX compatible options File scheme providers uses non POSIX compatible options Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Need better documentation
Projects
None yet
Development

No branches or pull requests

1 participant