I have a long list of apps I've downloaded for my iPhone on a single PC. I would like to export a list of these apps to a text format.
How can I do that?
|
I have a long list of apps I've downloaded for my iPhone on a single PC. I would like to export a list of these apps to a text format. How can I do that? |
||||
|
|
You could do this with a few Terminal commands. First, open the Terminal by going to Applications -> Utilities -> Terminal. Then, paste in the following and press return.
Then, paste in this next command and press return.
Now, in your Home folder (/Users/yourusername/), there will be a text file called my_apps.txt containing a list of all of your apps. |
|||||||
|
|
The second answer concerns Mac OS X (as I haven't specified the system when asking the question). Here is the answer for Windows (tested on Windows XP SP2): Open cmd.exe by clicking Start menu --> Run, then type
Then you execute the following command (to get the list of files in this directory without extensions):
You'll have the full list of apps (ordered alphabetically ascending by default) in the 'AppsList.txt' file. |
|||
|
|