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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 這 7 個 Linux 命令,你是怎麼來使用的?Linux
- linux怎麼使用alias建立命令別名?linux系統使用alias建立命令別名的技巧Linux
- Linux系統上怎麼安裝和使用 exa?Linux
- 怎麼用linux命令之chmod方法Linux
- Linux管道命令是什麼?如何使用?Linux
- linux命令大全-linux命令使用和管理Linux
- Linux apt命令有什麼作用?如何使用?LinuxAPT
- Linux dump命令有什麼作用?如何使用?Linux
- Linux netstat命令作用是什麼?如何使用?Linux
- Linux type命令有什麼作用?如何使用?Linux
- cad雙線命令怎樣設定 cad命令ml怎麼使用
- 使用 xclip 在 Linux 命令列中複製貼上Linux命令列
- Linux LVM是什麼?對比直接使用物理儲存有什麼好處?LinuxLVM
- Linux常用內建命令有哪些?Linux系統怎麼學習Linux
- Linux中什麼是工作目錄?linux cd命令如何使用?Linux
- Linux上怎麼安裝自研App?LinuxAPP
- Linux中mesg命令作用是什麼?如何使用?Linux
- 為什麼要謹慎使用Linux find命令?Linux
- Linux lsof命令如何使用?其作用是什麼?Linux
- 如何在 Linux 上使用 dnf 命令安裝軟體包?Linux
- Dutree – Linux上的命令列磁碟使用情況分析工具Linux命令列
- Linux——基礎命令用法(上)Linux
- macOS 將google-chrome命令直接對映到谷歌瀏覽器的可執行檔案上。可以像在Ubuntu上一樣直接使用命令啟動谷歌瀏覽器。MacGoChrome谷歌瀏覽器Ubuntu
- linux命令大全-linux命令使用和管理視訊教程Linux
- Linux 通過wget命令,直接下載安裝jdk1.8LinuxwgetJDK
- Linux grep命令的使用Linux
- Linux iostat命令基本使用LinuxiOS
- Linux vmstat命令基本使用Linux
- linux之screen命令使用Linux
- php怎麼直接跳轉頁面PHP
- Linux裡面歸檔命令是什麼?如何使用?Linux
- Linux中刪除資料夾使用什麼命令?Linux
- Linux中less命令如何使用?主要作用是什麼?Linux
- Linux grep命令如何使用?語法格式是什麼?Linux
- Linux命令列提示符是什麼?如何使用?Linux命令列
- 在linux上怎麼檢視tomcat日誌LinuxTomcat
- php 直接呼叫svn命令PHP
- cad拉伸命令如何使用 cad拉伸怎麼操作