3
3
3gik2017-02-15 20:36:16
linux
3gik, 2017-02-15 20:36:16

How to decrypt and unpack a file in a linux terminal with one line?

.How to decrypt and unpack a file in a linux terminal with one line?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2017-02-15
@saboteur_kiev

Depends on what you have encrypted and what is packed.
For example, you can write a decoder and unpacker command in one line through ";" or "|"

V
Victor Taran, 2017-02-16
@shambler81

| - pass the output to the next command
and so two commands in 1 line.

/etc/init.d/httpd restart && /etc/init.d/mysql restart

A
abcd0x00, 2017-02-17
@abcd0x00

[[email protected] ~]$ echo "H4sIACqNc1gAA/NNLCnKrOACAG/TSfYHAAAA" | base64 -d | gunzip
Matrix
[[email protected] ~]$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question