Linux上怎麼直接使用urlencode、urldecode命令
運維人員,經常在linux作業系統上幹活,有時候需要對url做encode或者decode操作。 一般linux作業系統都沒有直接支援這個命令的。如果想用,需要安裝一個軟體包。
CentOS安裝:
yum install gridsite-clients
然後直接使用:
[root@local ~]# urlencode ' https%3A%2F%2F%2F
關於命令的詳細使用方法:
NAME urlencode - convert strings to or from URL-encoded form SYNOPSIS urlencode [-m|-d] string [string ...] DESCRIPTION urlencode encodes strings according to RFC 1738. That is, characters A-Z a-z 0-9 . _ and - are passed through unmodified, but all other characters are represented as %HH, where HH is their two-digit upper-case hexadecimal ASCII representation. For example, the URL http%3A%2F%2F%2F urlencode converts each character in all the strings given on the command line. If multiple strings are given, they are concatenated with separating spaces before conversion. OPTIONS -m Instead of full conversion, do GridSite "mild URL encoding" in which A-Z a-z 0-9 . = - _ @ and / are passed through unmodi‐ fied. This results in slightly more human-readable strings but the application must be prepared to create or simulate the directories implied by any slashes. -d Do URL-decoding rather than encoding, according to RFC 1738. %HH and %hh strings are converted and other characters are passed through unmodified, with the exception that + is converted to space.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69965015/viewspace-2689164/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- URLEncode和URLDecode的注意事項
- URLEncode與URLDecode總結與實現
- python中的urlencode和urldecode 【中文和url編碼轉換】Python
- Linux系統上怎麼安裝和使用 exa?Linux
- Linux上使用IPMITool常用的命令LinuxMIT
- 這 7 個 Linux 命令,你是怎麼來使用的?Linux
- linux怎麼使用alias建立命令別名?linux系統使用alias建立命令別名的技巧Linux
- Linux系統上的命令使用格式Linux
- linux上檢視埠使用的命令Linux
- 怎麼用linux命令之chmod方法Linux
- ubuntu10.10作業系統怎麼直接進命令列模式Ubuntu作業系統命令列模式
- Linux上oracle怎麼啟動OEMLinuxOracle
- LINUX下使用指令碼直接執行SQLPLUS命令(root使用者下)Linux指令碼SQL
- php怎麼直接跳轉頁面PHP
- Linux管道命令是什麼?如何使用?Linux
- Linux上怎麼安裝自研App?LinuxAPP
- cad雙線命令怎樣設定 cad命令ml怎麼使用
- 什麼是Homebrew和在Mac上的怎麼使用?Mac
- jquery原始碼;是怎麼實現直接呼叫$()函式原型上的方法的?jQuery原始碼函式原型
- stf 怎麼使用在 android tv 上Android
- macOS 將google-chrome命令直接對映到谷歌瀏覽器的可執行檔案上。可以像在Ubuntu上一樣直接使用命令啟動谷歌瀏覽器。MacGoChrome谷歌瀏覽器Ubuntu
- PHP怎麼使用命令列生成檔案?PHP命令列
- linux上傳的命令Linux
- Linux dump命令有什麼作用?如何使用?Linux
- Linux apt命令有什麼作用?如何使用?LinuxAPT
- Linux type命令有什麼作用?如何使用?Linux
- 使用 xclip 在 Linux 命令列中複製貼上Linux命令列
- Linux伺服器上配置 sudo 及 sudo命令使用Linux伺服器
- Linux LVM是什麼?對比直接使用物理儲存有什麼好處?LinuxLVM
- 怎麼使用換ip軟體安全上網
- php 直接呼叫svn命令PHP
- 如何在 Linux 上使用 dnf 命令安裝軟體包?Linux
- Dutree – Linux上的命令列磁碟使用情況分析工具Linux命令列
- linux命令大全-linux命令使用和管理Linux
- 為什麼要謹慎使用Linux find命令?Linux
- Linux lsof命令如何使用?其作用是什麼?Linux
- Linux中mesg命令作用是什麼?如何使用?Linux
- Linux netstat命令作用是什麼?如何使用?Linux