Sponsored Content
Full Discussion: URL decoding with awk
Top Forums UNIX for Dummies Questions & Answers URL decoding with awk Post 302603542 by Corona688 on Thursday 1st of March 2012 09:30:25 AM
Old 03-01-2012
What's your system? What's your shell?

I'd try converting %02 into \x02, then feeding it through echo -e, but that's a Linux/BASH thing...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies

2. Shell Programming and Scripting

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies

3. UNIX for Dummies Questions & Answers

ReDirecting a URL to another URL - Linux

Hello, I need to redirect an existing URL, how can i do that? There's a current web address to a GUI that I have to redirect to another webaddress. Does anyone know how to do this? This is on Unix boxes Linux. example: https://m45.testing.address.net/host.php make it so the... (3 Replies)
Discussion started by: SkySmart
3 Replies

4. Shell Programming and Scripting

decoding URL encoded strings

Hi, I have a couple pages of URL encoded strings that I need to unencode (they were originally in Arabic). So the first step is to unencode the strings and then to translate them to English. They are actually lists of words so the translation from Arabic to English shouldn't be too complicated.... (1 Reply)
Discussion started by: ed111
1 Replies

5. Shell Programming and Scripting

how to judge wether a url is valid or not using awk

rt 3ks:confused: (6 Replies)
Discussion started by: rainboisterous
6 Replies

6. Shell Programming and Scripting

Extract URL from RSS Feed in AWK

Hi, I have following data file; <outline title="Matt Cutts" type="rss" version="RSS" xmlUrl="http://www.mattcutts.com/blog/feed/" htmlUrl="http://www.mattcutts.com/blog"/> <outline title="Stone" text="Stone" type="rss" version="RSS" xmlUrl="http://feeds.feedburner.com/STC-Art"... (8 Replies)
Discussion started by: fahdmirza
8 Replies

7. Web Development

Regex to rewrite URL to another URL based on HTTP_HOST?

I am trying to find a way to test some code, but I need to rewrite a specific URL only from a specific HTTP_HOST The call goes out to http://SUB.DOMAIN.COM/showAssignment/7bde10b45efdd7a97629ef2fe01f7303/jsmodule/Nevow.Athena The ID in the middle is always random due to the cookie. I... (5 Replies)
Discussion started by: EXT3FSCK
5 Replies

8. UNIX for Dummies Questions & Answers

Awk: print all URL addresses between iframe tags without repeating an already printed URL

Here is what I have so far: find . -name "*php*" -or -name "*htm*" | xargs grep -i iframe | awk -F'"' '/<iframe*/{gsub(/.\*iframe>/,"\"");print $2}' Here is an example content of a PHP or HTM(HTML) file: <iframe src="http://ADDRESS_1/?click=5BBB08\" width=1 height=1... (18 Replies)
Discussion started by: striker4o
18 Replies

9. UNIX for Dummies Questions & Answers

Decoding a string

Hi, If my input string is 3a3b4c then my result should be aaabbbcccc. Please guide me how to achieve this in a bash script. Thanks (18 Replies)
Discussion started by: pandeesh
18 Replies

10. Shell Programming and Scripting

Reading URL using Mechanize and dump all the contents of the URL to a file

Hello, Am very new to perl , please help me here !! I need help in reading a URL from command line using PERL:: Mechanize and needs all the contents from the URL to get into a file. below is the script which i have written so far , #!/usr/bin/perl use LWP::UserAgent; use... (2 Replies)
Discussion started by: scott_cog
2 Replies
TCUCODEC(1)							   Tokyo Cabinet						       TCUCODEC(1)

NAME
tcucodec - popular encoders and decoders DESCRIPTION
The command `tcucodec' is a tool to use encoding and decoding features. This command is used in the following format. `file' specifies a input file. If it is omitted, the standard input is read. tcucodec url [-d] [-br] [-rs base] [file] Perform URL encoding and its decoding. tcucodec base [-d] [file] Perform Base64 encoding and its decoding. tcucodec quote [-d] [file] Perform quoted-printable encoding and its decoding. tcucodec mime [-d] [-en name] [-q] [-on] [-hd] [-bd] [-part num] [file] Perform MIME encoding and its decoding. tcucodec hex [-d] [file] Perform hexadecimal encoding and its decoding. tcucodec pack [-d] [-bwt] [file] Perform Packbits encoding and its decoding. tcucodec tcbs [-d] [file] Perform TCBS encoding and its decoding. tcucodec zlib [-d] [-gz] [file] Perform ZLIB encoding and its decoding. tcucodec bzip [-d] [file] Perform BZIP2 encoding and its decoding. tcucodec xml [-d] [-br] [file] Process XML. By default, escape meta characters. tcucodec cstr [-d] [-js] [file] Perform C-string escaping and its unescaping. tcucodec ucs [-d] [-un] [-kw str] [file] Convert UTF-8 string into UCS-2 array. tcucodec hash [-crc] [-ch num] [file] Calculate the hash value. By default, use MD5 function. tcucodec cipher [-key str] [file] Perform stream cipher and its decipher. tcucodec date [-ds str] [-jl num] [-wf] [-rf] Process date string. By default, print the current UNIX time. tcucodec tmpl [-var name value] [file] Perform template serialization. tcucodec conf [-v|-i|-l|-p] Print some configurations. Options feature the following. -d : perform decoding (unescaping), not encoding (escaping). -br : break up URL or XML into elements. -rs base : specify the base URL and resolve the relative URL. -en name : specify the input encoding, which is UTF-8 by default. -q : use quoted-printable encoding, which is Base64 by default. -on : output the charset name when decoding. -bd : perform MIME parsing and output the body. -hd : perform MIME parsing and output the headers. -part num : perform MIME parsing and output the specified part. -bwt : convert by BWT as preprocessing. -gz : use GZIP format. -crc : use CRC32 function. -js : use JSON compatible format. -un : perform UCS normalization. -kw str : generate KWIC string. -ch num : use consistent hashing function. -key str : specify the cipher key. -ds str : specify the time. -jl num : specify the jet lag. -wf : format the output in W3CDTF. -rf : format the output in RFC 1123 format. -var name value : specify a template variable. -v : show the version number of Tokyo Cabinet. -i : show options to include the headers of Tokyo Cabinet. -l : show options to link the library of Tokyo Cabinet. -p : show the directory path of the commands of Tokyo Cabinet. This command returns 0 on success, another on failure. SEE ALSO
tcutest(1), tcumttest(1), tcutil(3), tokyocabinet(3) Man Page 2011-02-12 TCUCODEC(1)
All times are GMT -4. The time now is 06:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy