Where is quoting here and its usage Community Center Meta DaniWeb by dtpp As in title - how to use quoting here and where it is? is there sth like walkthrough or similar? Quoting Programming Software Development by manish250 hello all i m new to shell scripting.i have seen th code substitution like a=`ls -l` and a=23 R=$(a/23/bb) first time we use ` ` and second time we use $ . can anyone tell me Why so? Re: Quoting Programming Software Development by rch1231 the back ticks (`) imply run the command inside and put the results here and the $ implies the next thing is a variable. Quoting Problem Programming Software Development by rhoit Little bit help here i wanna cp the no of files listed in text file... i tried to use [CODE]for songs in $(cat "~Desktop/1/list.txt"); do cp $songs NewSongs/; done[/CODE] but my text file has the path with spaces like /home/rhohit/Music/00 Database/Albatroos/Albatroos/Albatroos - 01.आवाज.mp3 /home/rhohit/Music/00 Database/Albatroos/… Re: Quoting Problem Programming Software Development by Aia [CODE=bash]for songs in $(cat "~Desktop/1/list.txt"); do cp $songs NewSongs/; done [/CODE] The while loop is more appropriate for it. The for loop will need the $IFS (Internal Field Separator) modified. [CODE=bash]while read songs do cp "$songs" NewSongs/ done < ~Desktop/1/list.txt [/CODE] Re: Where is quoting here and its usage Community Center Meta DaniWeb by cereal Hi, read this: https://www.daniweb.com/community/syntax#quotes The syntax help is accessible by clicking on the `?` icon in the text editor. Re: Where is quoting here and its usage Community Center Meta DaniWeb by Reverend Jim Any line/paragraph that starts with a ">" is a quote. As you will see if you follow the link from cereal, DaniWeb uses Markdown formatting. There is an excellent Markdown editor, [Markdown Pad](http://markdownpad.com/) that comes in a free edition. I generally use it to create longer posts, then cut and paste into DaniWeb. It … Re: Where is quoting here and its usage Community Center Meta DaniWeb by dtpp Markdown Pad is ok. Thanks a lot for your help Re: Where is quoting here and its usage Community Center Meta DaniWeb by Dani Just be careful because we don't follow standard Markdown *exactly*. Differences are highlighted at https://www.daniweb.com/community/syntax Re: Automation of things Community Center Meta DaniWeb by deceptikon > Quoting; add quote button to post/article header, so it stays … didn't fit into the most common use cases for quoting. > Tabstops; users are acustomed with template: TAB key = next… Help with Python design.. Programming Software Development by Tommymac501 …ziploc): try: T = csv.reader(open(fname, 'rb'), quoting = csv.QUOTE_ALL) To = open('Sorted_' + fn,'ab') …Tw = csv.writer(To, quoting = csv.QUOTE_ALL) #add all of the rows to …open('temp6.tmp', 'w+b') w6 = csv.writer(O6, quoting = csv.QUOTE_ALL) if header == 1: h = r.… Re: Help with Python design.. Programming Software Development by Gribouillis …;) for i in range(NFILES)] w = [ csv.writer(temp_files[i], quoting = csv.QUOTE_ALL) for i in range(NFILES) ] [/code] Then lines… Re: Help with Python design.. Programming Software Development by Tommymac501 …;) for i in range(NFILES)] w = [ csv.writer(temp_files[i], quoting = csv.QUOTE_ALL) for i in range(NFILES) ] [/code] Then lines… Re: Nested Quotes Community Center Meta DaniWeb by Dave Sinkula …example right here? [QUOTE=Dave Sinkula]Some sites have the quoting by default, here it takes a little extra effort. …[post]218686[/post][QUOTE=Dave Sinkula]Some sites have the quoting by default, here it takes a little extra effort. …[post]218686[/post][QUOTE=Dave Sinkula]Some sites have the quoting by default, here it takes a little extra effort. … Syntax to use a variable in a for loop Programming Software Development by JohnE1 … the for loop. I've tried all different ways of quoting and escaping the variable, and the problem is that the… quoting chars or escape char are being translated and passed into … Things i want to know. Community Center Geeks' Lounge by frogboy77 …;]here[/COLOR] instead of [url]http://blablabla?[/url] 2. When quoting someone else, how do i let people know who i…'m quoting? 3. How do i create a link like this?[URL… Can I format excel csv cells with python Programming Software Development by jarograv …open('cities.csv', 'wb'), delimiter=' ', quotechar=' ', quoting=csv.QUOTE_MINIMAL) while y in range(0,total+1): …')) spamWriter = csv.writer(open('timer.csv', 'wb'), delimiter=' ', quotechar=' ', quoting=csv.QUOTE_MINIMAL) spamWriter.writerow(['city'] + [','] + ['travel time'] + [','] + … Help With Join Query Programming Databases by gomedigap Hello all. I have a simple quoting system I am developing for a project, and need help …, tobacco/no-tobacco, zip lookup code, and monthly rate). The quoting process begins with the user selecting a zip code, plan… Re: Can I format excel csv cells with python Programming Software Development by TrustyTony … to use ';' as separator which rarely occurs in data or quoting of information. Re: Automation of things Community Center Meta DaniWeb by Wojciech_1 I disagree with the part abut quoting. If one quotes other post and its too long/has many inadequate things, one deletes whats inappriopriate and thats it. Thats why I think quoting button is useful. XP fails to recognise CD-Rw & DVD drives! Hardware and Software Microsoft Windows by shib_00 …(after it closed the desktop) a complete blue screen appeared quoting " A Problem has been detected and windows has been… MySQL. Very much a beginner Programming Databases by RobL ….00 per year, (seems too cheap) my proposed host is quoting £160.00 per month just for the MySQL database and… Login trouble - Still have trouble after trying really hard to figure it out myself! Hardware and Software Information Security by kAtHicKa … - Trusted Zone: http://www.frontierairlines.com O15 - Trusted Zone: http://quoting.healthconnectsystems.com O15 - Trusted Zone: *.ipowerweb.com O15 - Trusted Zone… external variables in a multifile program Programming Software Development by murschech … have a question on external variables in a multifile program. Quoting from K&R (first addition, page 72) "By… Using Piracy @ Microsoft.com Hardware and Software Microsoft Windows by BILL S … of thanks via Microsoft's returned email, they advised me, quoting the Windows 98 problem, to call their phone number and… Nested Quotes Community Center Meta DaniWeb by Dave Sinkula Some sites have the quoting by default, here it takes a little extra effort. But when it exists, nested quotes look a little odd. [post]218686[/post] Re: Nested Quotes Community Center Meta DaniWeb by Dave Sinkula … of the duplication (see above). And of course allowing nested quoting when you quote. (But again you're hearing from me… Hello from an undisclosed location Community Center Say Hello! by ¤| battousai |¤ … the tech talk topics. Also I took the liberty of quoting some of these in my clan's forum, ofcours with… The Definitive Guide to which Forum Software Information Digital Media Digital Marketing by roryt … posts for Topic printing <LI class=text>Message quoting and editing <LI class=text>Hot topics and… Re: The Definitive Guide to which Forum Software Information Digital Media Digital Marketing by GreenDay2001 … with various font styles and sizes as well as allowing quoting, code display, image posting and automatic URL linking [*]Support of…