Search Results

Search: Posts Made By: ilovedoritos
Forum: Open Source 03-26-2015
6,716
Posted By ilovedoritos
Applescript if url of tab contains "text" click link
this works for what i need it to, but need to add function that will click on link if urloftab contains "300"

the last url of each page ends in "300", so i figure that if I add a function that for...
6,179
Posted By ilovedoritos
Perfect, searching now, I added the close tab...
Perfect, searching now, I added the close tab function after if it found the text

---------- Post updated at 12:30 PM ---------- Previous update was at 12:05 PM ----------

The site will only...
Forum: OS X (Apple) 03-26-2015
2,601
Posted By ilovedoritos
Applescript to open webpages from list, search for "text"
posted this first in the shell area, realized it was wrong area for this, forgive me

hi guys, its me, doritos guy, I've laid off of the doritos for a while, twas given me stomach problems. you...
1,869
Posted By ilovedoritos
Delete or move post to applescript area
i posted an applescript question in the wrong area, trying frantically to delete or move before I get in trouble for posting question in wrong area.
it is the one about opening webpages and...
6,179
Posted By ilovedoritos
Applescript to open webpage from list, search for "text"
hi guys, its me, doritos guy, I've laid off of the doritos for a while, twas given me stomach problems. you know when you eat 10 family size bags a day it might cause a problem, any-who

i...
4,088
Posted By ilovedoritos
YAYYYY
i ran this and it ran.............................PERFECT:cool: :) :D



#!/bin/bash
SOURCES="$HOME/Desktop/sourcepictures"
TARGET="$HOME/Desktop/orderedpictures"...
4,088
Posted By ilovedoritos
i ran this code exactly #!/bin/bash ...
i ran this code exactly



#!/bin/bash
SOURCES="$HOME/Desktop/sourcepictures"
TARGET="$HOME/Desktop/orderedpictures"
LIST="$HOME/Desktop/sourcepictures/list.txt"
index="0000000"

for image...
4,088
Posted By ilovedoritos
i ran this exactly #!/bin/bash ...
i ran this exactly



#!/bin/bash
SOURCES="$HOME/Desktop/sourcepictures"
TARGET="$HOME/Desktop/orderedpictures"
LIST="$HOME/Desktop/sourcepictures/list.txt"
index="0000000”

for image in...
4,088
Posted By ilovedoritos
I'm not familiar with softlink. I'm guessing it...
I'm not familiar with softlink. I'm guessing it is a a shortcut. I did see the option when I was reading the man for the commands for a symbolic link. I would have to wait till I get home to see if...
4,088
Posted By ilovedoritos
I'll have to wait till later to test it. Another...
I'll have to wait till later to test it. Another thing I thought about. The copy time for each jpeg, each jpeg is between 100KB to 250KB, so I would run into a copy time delay for each depending on...
4,088
Posted By ilovedoritos
find . -name I know that period means it...
find . -name


I know that period means it will rename the files in the current directory, but I need it to rename the ones it just copied in the new-folder
I don't know what I am doing, I just...
4,088
Posted By ilovedoritos
I think you understand. I have one folder that...
I think you understand. I have one folder that contains the Jpeg's (for this version of the experiment , this folder has 26 lowercase letters 10 numbers and a spacebar jpg) and the list.txt. I need...
4,088
Posted By ilovedoritos
But I figure that if I can get the shell to...
But I figure that if I can get the shell to rename the copied jpeg as it is pasted in the other folder then I won't run into the duplicate file name issue
4,088
Posted By ilovedoritos
My code I tried worked partly, I got it to copy...
My code I tried worked partly, I got it to copy the specific Jpegs but it wouldn't copy ones again that existed in the folder, and I got it to sequentially rename the files but it renamed the source...
4,088
Posted By ilovedoritos
I'm not going to do the time lapse with shell. I...
I'm not going to do the time lapse with shell. I just need the shell to copy specific files and rename them

---------- Post updated at 02:28 AM ---------- Previous update was at 02:26 AM...
4,088
Posted By ilovedoritos
not what you think it's for.
It's not going to be just pictures of letters of text in books but things that bring emotion when you see the picture. No I'm not in school, no homework nothing like that. I'm retired navy. Honorable...
4,088
Posted By ilovedoritos
Problem scripting a copy and renaming shell executable
I also posted this on macrumors forum, then i realized that this is a more suitable forum for matters like this. I apologize for the username, I was looking at a bag of doritos when it asked me for a...
Showing results 1 to 17 of 17

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