$strings file_ASCI > output_name.txt
$strings -n 2 file1 file2
$
strings -o welcome_obj
$strings -f /bin/* | grep CopyNote : strings - print the strings of printable characters in files. Helps to read Binary file
strings -e s your_filename
strings --encoding=s file
strings --bytes=8 yourfilename
No comments:
Post a Comment