command terminal Linux Commands MOC
The strings command pulls text sequences out of binary files
Usage
strings <file>
$ strings file.txt
stuff
AWAVA
complete.853
mypassword
;*3
GCC: (Ubuntu)command terminal Linux Commands MOC
The strings command pulls text sequences out of binary files
strings <file>
$ strings file.txt
stuff
AWAVA
complete.853
mypassword
;*3
GCC: (Ubuntu)