linux -ls absolute path to avoid argument too long errors

find <dir> | sed "s:^:`pwd`/: "

The ls command and sed command are also available. However, when the ls command uses *, it will prompt that there are too many parameters

Guess you like

Origin blog.csdn.net/JOB66/article/details/106780245