Tagged Questions

1
vote
2answers
782 views

Bash script to find a directory, list its contents and sub-folders info

I want to write a script that will: 1- locate folder "store" on a *nix filesystem 2- move into that folder 3- print list of contents with last modification date 4- calculate sub-folders size This ...
1
vote
3answers
534 views

find icon for .exe

I have the path name to a .exe file. How do I find the path to the icon that windows would use if this file were dropped on the desktop? (I want to display this icon in my own program.) I need to ...
0
votes
2answers
54 views

Need help to gather data from a txt file and insert in a web page?

could someone advise me on the most efficient way to gather data from one source, select a specific piece of data and insert it in a web page? Specifically, I wish to: Call up this buoy data text ...
0
votes
2answers
4k views

Unable to find Applications folder in Mac's terminal

I tried the following code unsuccessfully find Applications | xargs -0 grep Applications I also tried the following unsuccessfully find Applications