Readme Changes
This commit is contained in:
		
							
								
								
									
										27
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								README.md
									
									
									
									
									
								
							| @@ -2,12 +2,15 @@ | |||||||
|  |  | ||||||
| Just a couple bash utilities | Just a couple bash utilities | ||||||
|  |  | ||||||
| = a2b - Convert Ascii to Binary = | a2b - Convert Ascii to Binary | ||||||
| == Usage == | ============================= | ||||||
|  | Usage | ||||||
|  | ----- | ||||||
| ``` | ``` | ||||||
| a2b H e l l o | a2b H e l l o | ||||||
| ``` | ``` | ||||||
| == Output == | Output | ||||||
|  | ------ | ||||||
| ``` | ``` | ||||||
| 01001000 | 01001000 | ||||||
| 01100101 | 01100101 | ||||||
| @@ -16,12 +19,15 @@ a2b H e l l o | |||||||
| 01101111 | 01101111 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| = a2h - Convert Ascii to Hex = | a2h - Convert Ascii to Hex | ||||||
| == Usage == | ========================== | ||||||
|  | Usage | ||||||
|  | ----- | ||||||
| ``` | ``` | ||||||
| a2h H e l l o | a2h H e l l o | ||||||
| ``` | ``` | ||||||
| == Output == | Output | ||||||
|  | ------ | ||||||
| ``` | ``` | ||||||
| 48 | 48 | ||||||
| 65 | 65 | ||||||
| @@ -30,12 +36,15 @@ a2h H e l l o | |||||||
| 6f | 6f | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| = h2a - Convert Hex to Ascii = | h2a - Convert Hex to Ascii | ||||||
| == Usage == | ========================== | ||||||
|  | Usage | ||||||
|  | ----- | ||||||
| ``` | ``` | ||||||
| h2a 48 65 6c 6c 6f | h2a 48 65 6c 6c 6f | ||||||
| ``` | ``` | ||||||
| == Output == | Output | ||||||
|  | ------ | ||||||
| ``` | ``` | ||||||
| H e l l o | H e l l o | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user