Horje
linux decode base64 terminal Code Example
linux decode base64 terminal
//Encode
echo  'linuxhint.com' | base64

//Decode
echo 'bGludXhoaW50LmNvbQo=' | base64 --decode




Shell

Related
bash if then else one line Code Example bash if then else one line Code Example
gnome disk utility ubuntu Code Example gnome disk utility ubuntu Code Example
December global holidays Code Example December global holidays Code Example
how to install golang on manjaro Code Example how to install golang on manjaro Code Example
how to get a script's directory in bash Code Example how to get a script's directory in bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14