Search Results

Search: Posts Made By: sbrady
814
Posted By sbrady
find command
if I use this:
find / -type d -name 'SUV28*

how does it know what folder to look in to ie "Features1/SU"
how do I tell find to look into the Features1/SU folder for the SUV28 folder.



...
814
Posted By sbrady
Find a file
see attachment. I need to find a FOLDERS using just the first word of the folder (ie SUV28). So I need to find the SUV28 folder in "Features1/SU"

Here is something I have trying to get to work but...
1,083
Posted By sbrady
Open a folder
this works, it opens a project folder within a category folder:
set y to (do shell script "open '/volumes/Features1/" & the_cat & "/" & UpperCase & " '*")


this will not simply open the category...
1,226
Posted By sbrady
Xdotool
here is what I am using that does not work. Am I on the right track, I want to move a window, then I want to resize the window

Dim br As New Shell()
br.Execute ("xdotool getactivewindow...
1,226
Posted By sbrady
Help with xdotool and XOJO
I am trying to place and size a window on Mac using XOJO as my coding app. I am NOT in Terminal. Needs to be run as a shell I guess, but I don't know how to get the variable or set the variable.
...
1,098
Posted By sbrady
Search and open a folder and file
here is the path on Macintosh:
Macintosh HD/Users/shawn/Desktop/ATP/ATP14 bon bon/ATP14 bon bon.jpg


I need to find the folder with ATP14 in the name, then open the folder
I need to find the...
Forum: OS X (Apple) 11-04-2015
7,564
Posted By sbrady
Search recursive
before posting, I have tried to find my answer elsewhere. no luck.

I need to find a file buried in a folder somewhere.
Master folder has 10 sub folders.
each sub folder has folders too.
I found...
Forum: OS X (Apple) 10-23-2015
2,811
Posted By sbrady
sorry about the code tags, I'll try to remember.
sorry about the code tags, I'll try to remember.
Forum: OS X (Apple) 10-23-2015
2,811
Posted By sbrady
Finding a file with ls command
/volumes/NEWS_MASTERS/News Masters/AGA143 SCHWEIZER SETUP AM v2.mxf
/volumes/NEWS_MASTERS/News Masters/AGA143 SCHWEIZER SETUP AM v3.mxf
/volumes/NEWS_MASTERS/News Masters/AGA143 SCHWEIZER SETUP EM...
2,621
Posted By sbrady
Help with ls and -d command
(I am using Applescript)
text_returned2 = iAPR



I am looking for this file:
DW/700Club/Features/700Club Features Codes/INTERACTIVE/iAPR - April Reuning.doc


this code is not finding the...
Forum: OS X (Apple) 09-17-2015
4,888
Posted By sbrady
figured it out. Edison tried 10,000 times to make...
figured it out. Edison tried 10,000 times to make a light bulb. I tried 100 times and finally got it.

set the_Firstcom_CD to (do shell script "ls -d '/volumes/audioNAS/Firstcom/Access Music/'" &...
Forum: OS X (Apple) 09-17-2015
4,888
Posted By sbrady
can't get it to work huge frustration, its...
can't get it to work
huge frustration, its huuuuuuge
headache
migraine
more begging and pleading.
Forum: OS X (Apple) 09-17-2015
4,888
Posted By sbrady
thanks. I am not a coder, I am and audio...
thanks.

I am not a coder, I am and audio post engineer who is writing code to find a file for me so I don't have to click 50 times to find what i am looking or.

I am using Applescript so...
Forum: OS X (Apple) 09-17-2015
4,888
Posted By sbrady
Help with wildcard
CD_numb is AM017

this code:
set the_Firstcom_CD to (do shell script "ls -d '/volumes/audioNAS/Firstcom/Access Music/' ") & CD_numb


gives me this:
"/volumes/audioNAS/Firstcom/Access...
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
when the user runs the script, a dialog box opens...
when the user runs the script, a dialog box opens so you can input the 1st part of the filename. i.e. AFRICA123. Its a variable. The path to the folder is pre-determined, you just have to find the...
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
I tried this and it does not work either. ...
I tried this and it does not work either.

set the_AVSheet to do shell script "find -AFRICA2 /volumes/DW/700Club/AVSHEET/WorldReach now CBN International/AFRICA/"

---------- Post updated at...
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
I'll fix that but do I need to put do shell...
I'll fix that but do I need to put do shell script in front of the find command and do I need to put quotes before find and after the last character of the command line. thanks
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
I tried this but Applescript will not compile it....
I tried this but Applescript will not compile it.

set the_AVSheet to (do shell script "find '/volumes/DW/700Club/AVSHEET/WorldReach now CBN International/AFRICA' -type f -name '*Burkina*'"
...
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
this is how we work. This is the file name: ...
this is how we work. This is the file name:
AFRICA1 Faso, Burkina.doc

We just refer to the project or file as AFRICA1. The rest of the file name sometimes it too hard to remember or pronounce. So...
Forum: OS X (Apple) 09-14-2015
3,312
Posted By sbrady
Newbie needs to find file
I need to find a file using Applescript. Applescript is so slow. Someone on the Apple forums gave me some unix code and it works for the most part. The ls command is really list and not find but when...
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 04:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy