Sponsored Content
Top Forums Shell Programming and Scripting Add double quotes to the words after given pattern Post 303027624 by Ralph on Thursday 20th of December 2018 01:50:02 PM
Old 12-20-2018
x27 is the hexadecimal value for the single quote character: '


For a complete set of hex, octal, decimal values for the characters of the English alphabet plus some enlightening context, check, for example, https://simple.wikipedia.org/wiki/ASCII
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Double quotes or single quotes when using ssh?

I'm not very familiar with the ssh command. When I tried to set a variable and then echo its value on a remote machine via ssh, I found a problem. For example, $ ITSME=itsme $ ssh xxx.xxxx.xxx.xxx "ITSME=itsyou; echo $ITSME" itsme $ ssh xxx.xxxx.xxx.xxx 'ITSME=itsyou; echo $ITSME' itsyou $... (3 Replies)
Discussion started by: password636
3 Replies

2. Shell Programming and Scripting

Add double quotes around the string

I have a line in multiple scripts:select into table /dir1/dir2/file.dat dir1 and dir2 are the same but file.dat is different from script to script. I need to include /dir1/dir2/file.dat into double quotes in each file of my directory:select into table "/dir1/dir2/file.dat" (13 Replies)
Discussion started by: surfer515
13 Replies

3. Shell Programming and Scripting

print pattern within double quotes

Hi All, I have multiple lines in a file like:- "abc" def "ghi" jkl "mno" 1 I want to print in output:- abc/ghi/mno 1 How can I do this in perl? Regrds, Nilabh -----Post Update----- Additional info:- The last field of the file should be output as it is.In the above example 1 is... (6 Replies)
Discussion started by: nilabh_s
6 Replies

4. Shell Programming and Scripting

Single quotes and double quotes

Hi guys, I have a sed line in double quotes which works fine, but I want it to be in single quotes here is the sed line sed "/abc_def/s/\'.*\'/\'\${abc_def}\'/" can some one give the equivalent to the above script in single quotes Thanks a ton (5 Replies)
Discussion started by: sol_nov
5 Replies

5. UNIX for Dummies Questions & Answers

grep single quotes or double quotes

Unix superusers, I am new to unix but would like to learn more about grep. I am very familiar with regular expressions as i have used them for searching text files in windows based text editors. Since I am not very familiar with Unix, I dont understand when one should use GREP with the... (2 Replies)
Discussion started by: george_vandelet
2 Replies

6. Shell Programming and Scripting

Enclose words between double quotes

My input is like this: this is a test line. I want my output to be like this: "this", "is", "a", "test", "line" Any idea how this can be done in Linux? (3 Replies)
Discussion started by: shoaibjameel123
3 Replies

7. Shell Programming and Scripting

Issue with Single Quotes and Double Quotes for prompt PS1

Hi, Trying to change the prompt. I have the following code. export PS1=' <${USER}@`hostname -s`>$ ' The hostname is not displayed <abc@`hostname -s`>$ uname -a AIX xyz 1 6 00F736154C00 <adcwl4h@`hostname -s`>$ If I use double quotes, then the hostname is printed properly but... (3 Replies)
Discussion started by: bobbygsk
3 Replies

8. Shell Programming and Scripting

How to pass two words within double quotes as variable?

Hi All, OS - Suse 10 ksh --version version sh (AT&T Research) 93s+ 2008-01-31 I am passing two words within double quotes ("Application Developer") to script as variable, but script is adding two single quotes between two words like ("Application' 'Developer"). below is simple test... (4 Replies)
Discussion started by: srimitta
4 Replies

9. Shell Programming and Scripting

Replace Double quotes within double quotes in a column with space while loading a CSV file

Hi All, I'm unable to load the data using sql loader where there are double quotes within the double quotes As these are optionally enclosed by double quotes. Sample Data : "221100",138.00,"D","0019/1477","44012075","49938","49938/15043000","Television - 22" Refurbished - Airwave","Supply... (6 Replies)
Discussion started by: mlavanya
6 Replies

10. Shell Programming and Scripting

sed add double quotes and comma

Hi, 00000119EEEC3F25 feedoor 20171103 0000011A4F152077 feedard 20171024 00000191FA295F61 feedzipperhola 20171023 00000213C57BB856 feedriodapple 20171005 0000025F778EF9D5 joobakoolrk 20171004 I needed the result as: "00000119EEEC3F25", "feedoor", ... (9 Replies)
Discussion started by: ashokvpp
9 Replies
libquvi(3)							  libquvi manual							libquvi(3)

NAME
libquvi - Overview of query media library DESCRIPTION
libquvi is a cross-platform library for parsing flash media stream URLs with C API. The term "quvi" is a shorthand for "query video". API documentation <http://quvi.sourceforge.net/doc/> Motivation libquvi originates from the idea of allowing users to view the videos without having to install or use flash. It is a "workaround", not an "alternative" to flash. See also: <http://en.wikipedia.org/wiki/Adobe_Flash#Performance> <http://en.wikipedia.org/wiki/Adobe_Flash#Flash_client_security> <http://en.wikipedia.org/wiki/Adobe_Flash#Alternatives_to_Flash> ENVIRONMENT
LIBQUVI_SCRIPTSDIR Path to the libquvi-scripts directory. This overrides the libquvi default search paths for the scripts. See also the tutorial in the "API documentation". LIBQUVI_SHOW_SCANDIR If set, libquvi prints the lua script search paths to the stderr. LIBQUVI_SHOW_SCRIPT If set, the lua scripts found by libquvi are printed to the stderr. WWW
Home : <http://quvi.sourceforge.net> gitweb: <http://repo.or.cz/w/libquvi.git> LICENSE
libquvi is free software, licensed under the LGPLv2.1+. The lua scripts that libquvi uses are considered as programs and using the lua scripts is linking. SEE ALSO
"libquvi-scripts(7)", quvi(1) AUTHOR
Toni Gundogdu <legatvs at sign gmail com> Thanks to all those who have contributed to the project by sending patches, reporting bugs and writing feedback. You know who you are. v0.4.1 2011-09-23 libquvi(3)
All times are GMT -4. The time now is 03:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy