Search Results

Search: Posts Made By: YukonAppleGeek
5,387
Posted By YukonAppleGeek
I fell stupid, it works now. :S
I fell stupid, it works now. :S
5,387
Posted By YukonAppleGeek
I tryed changeing n in for i in $(jot $n); do...
I tryed changeing n in for i in $(jot $n); do
mkdir $i
ndirs $i
done
)
to for i in $(jot $dnum); do
mkdir $i
ndirs $i
done
)
and dnum is...
5,387
Posted By YukonAppleGeek
Ok! It works but i cant change the # of directory...
Ok! It works but i cant change the # of directory in each folder.
5,387
Posted By YukonAppleGeek
I ran the raw code do i need to add any thing....
I ran the raw code do i need to add any thing. Give example please, i am on Mac OS X Snow Leopard if that helps.
5,387
Posted By YukonAppleGeek
When i run the code i get line 5: [: 1: unary...
When i run the code i get line 5: [: 1: unary operator expected
usage: jot [-cnr] [-b word] [-w word] [-s string] [-p precision]
[reps [begin [end [s]]]]
5,387
Posted By YukonAppleGeek
I cant get it to work there is no errors but i...
I cant get it to work there is no errors but i does nothing. Also variables have to go before they are called or there will be errors.
EDIT: Also you forgot = after ndirs
Forum: OS X (Apple) 04-27-2011
2,878
Posted By YukonAppleGeek
I have the cds on hand but what part would i...
I have the cds on hand but what part would i reinstall?
5,387
Posted By YukonAppleGeek
I am just wondering if there is any way of loop...
I am just wondering if there is any way of loop the mkdir code instead of typing it over and over and over again. I am trying to learn a little about how to write unix shell scripts and how it works....
5,387
Posted By YukonAppleGeek
Easer Way
I am trying to make 5 sub folders with out having to copy/paste/reformat the code. I know it is posable but i am wondering if there is a easer way of do that, i am also some what new to unix shell...
Forum: OS X (Apple) 04-26-2011
2,878
Posted By YukonAppleGeek
I have the latest version of Final Cut Pro Studio...
I have the latest version of Final Cut Pro Studio Academic, could it be that Final Cut Pro is not made fully for Snow Leopard?
5,387
Posted By YukonAppleGeek
Tried
I tried doing a loop but when ever i do it does not work, it never changes the directory and then errors up.
Forum: OS X (Apple) 04-26-2011
2,878
Posted By YukonAppleGeek
Say Error
When ever i do "say" in terminal i get this error and then it says the word.
2011-04-25 20:48:54.805 say[59282:903] Error loading...
5,387
Posted By YukonAppleGeek
Making 99 folders 99 folders deep
I am trying to make a unix shell script that will make 99 folders 99 deep (counting the first level folders). So far i have made it make the first 99 folders and 99 more in all of the folders. The...
Showing results 1 to 13 of 13

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