Search Results

Search: Posts Made By: m2dmhot
7,347
Posted By m2dmhot
disregaurd this post i solved my latest problem
disregaurd this post i solved my latest problem
7,347
Posted By m2dmhot
ok i removed this line below --> 107:debug:...
ok i removed this line below -->
107:debug: ANS= "$ANS"


ran it again
syntax error line 121 unexpected end of file
7,347
Posted By m2dmhot
Ok i removed the '...' i have it dubug the...
Ok i removed the '...'

i have it dubug the $ANS thats all..
now its stoppin on the last line.
line 123 unexpected end of file syntax error
7,347
Posted By m2dmhot
I dont know i was told by another guy to put that...
I dont know i was told by another guy to put that there
7,347
Posted By m2dmhot
Fixed that still error on 118 line 118: syntax...
Fixed that still error on 118
line 118: syntax error near unexpected token `newline'
line 118: `... '
7,347
Posted By m2dmhot
ok did some work gettin caught up on line 118 ...
ok did some work gettin caught up on line 118

1:#!/bin/bash
3:PLAYLIST=/home/Fedora11
5:AUDIOPATH=$PLAYLIST/MP3
7:## Functions for each task
9:create_playlist() {
11: cd "$AUDIOPATH"
12: ...
7,347
Posted By m2dmhot
Geez i feel so stupid.. ok i added that path. But...
Geez i feel so stupid.. ok i added that path. But not sure if i have to add cd in front of all the required paths??
here is what i got with newest but giving me error on line 89
#!/bin/bash
...
7,347
Posted By m2dmhot
Im not using the old one. I used the one you...
Im not using the old one. I used the one you created. How will it knwo the path if im not assigning it.. I dont know proper procedure for scripting. I just add bits and pieces trying to make it...
7,347
Posted By m2dmhot
Now were cookin with gasoline.. I will take time...
Now were cookin with gasoline.. I will take time to see what you did and enter in the empty variable.. this is what I needed a miiiiiiiiiilllllllllllllllllion thank yous

---------- Post updated at...
7,347
Posted By m2dmhot
im a newb. i dont have the sligthest clue what...
im a newb. i dont have the sligthest clue what your talkin about.. Im at the point where i just gonna give up. You just dont learn this stuff overnight..
7,347
Posted By m2dmhot
My problem is im just trying to make my own...
My problem is im just trying to make my own script.. Im a complete newb.
This course im taking is rammed down our throats i cant learn fedora in 3 weeks. Its just not happening. Im gettin to the...
7,347
Posted By m2dmhot
Why are you putting playlist infront of the mp3???
Why are you putting playlist infront of the mp3???
7,347
Posted By m2dmhot
Ok im going line by line here with you.. i...
Ok im going line by line here with you..
i understand what you said about standard syntax for defining a function.
now.. My mp3 are stored in /home/Fedora11/MP3
You state there is no need to quote...
7,347
Posted By m2dmhot
Is the above not the way you request it???
Is the above not the way you request it???
7,347
Posted By m2dmhot
#!/bin/bash PLAYLIST='/home/Fedora11' ...
#!/bin/bash

PLAYLIST='/home/Fedora11'

function mk_playlist
{
AUDIOPATH='/home/Fedora11/MP3'

touch /home/Fedora11/playlist
touch /home/Fedora11/temporaryplaylist

find $AUDIOPATH -print...
7,347
Posted By m2dmhot
Help with bash script.
Hello all I am newbie to Linux. After hours of reading and trying to compile something myself I am just uterly frusterated.
I am looking for some help maybee someone who has bit of free time to...
Showing results 1 to 16 of 16

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