使 ls 输出像 dir /b /s

jac*_*ack 4 linux

如何调整lsLinux 中的输出,使其看起来像dir /b /sWindows中的命令输出?

dir /b /s 输出如下:

C:\MinGW>dir /s /b 
C:\MinGW\COPYING 
C:\MinGW\COPYING.LIB
C:\MinGW\doc 
C:\MinGW\include
Run Code Online (Sandbox Code Playgroud)

小智 6

find . -print
Run Code Online (Sandbox Code Playgroud)

这应该产生与相同的输出 dir /s/b