Things to note about the ls script command in iOS development

The ls script command is used to list the contents of a specified directory.

The specific usage should be noted as follows.
If there is a file at the root after ls, you can right-click to display the package content.

After executing ls, each file in the package is listed.
Please add image description

192:pengpai_副本 liubo$ ls *.xcodeproj
project.pbxproj		project.xcworkspace	xcshareddata		xcuserdata

If the right-click does not display the package content, ls will directly return the file name.

Please add image description

192:pengpai_副本 liubo$ ls *.ipa
ThePaperBase.ipa
192:pengpai_副本 liubo$ 

Guess you like

Origin blog.csdn.net/LIUXIAOXIAOBO/article/details/131216260
Recommended