/******************************************************************************* * Linux Shell Ls-1 Column Display file * Description: * Sometimes when writing shell scripts, it is often necessary to list the files in a column, and then the * for iteration, before the general use of Ls+awk to do, in fact, LS itself provides this function. * 2016-3-16 Shenzhen Nanshan Ping Shan village Zengjianfeng ****************************************************** ************************/examples are as follows: [Email pro Tected]:~/ti-processor-sdk-linux-am335x-evm-01.00.00.00/board-support/prebuilt-images$ ls am335x-BONEBLACK.DTB AM335X-EVM.DTB MLO-AM335X-EVM u-boot-spl.bin-am335x-EVM am335x-BONE.DTB AM335X-EVMSK.DTB u-boot-am335x-evm.img zimage-am335x-evm.bin [email protected]:~/ti-processor-sdk-linux-am335x-evm-01.00.00.00/board-support/prebuilt-images$ LS-1am335x-BONEBLACK.DTB am335x-BONE.DTB am335x-EVM.DTB am335x-EVMSK.DTB MLO-am335x-EVM u-boot-am335x-evm.img u-boot-spl.bin-am335x-EVM zimage-am335x-evm.bin [email protected]:~/ti-processor-sdk-linux-am335x-evm-01.00.00.00/board-support/prebuilt-images$
Linux Shell ls-1 column display file