EnglishFrenchSpanish

Ad


OnWorks favicon

h8300-hitachi-coff-strings - Online in the Cloud

Run h8300-hitachi-coff-strings in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command h8300-hitachi-coff-strings that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


strings - print the strings of printable characters in files.

SYNOPSIS


strings [-afov] [-min-len]
[-n min-len] [--bytes=min-len]
[-t radix] [--radix=radix]
[-e encoding] [--encoding=encoding]
[-] [--all] [--print-file-name]
[--target=bfdname]
[--help] [--version] file...

DESCRIPTION


For each file given, GNU strings prints the printable character sequences that are at
least 4 characters long (or the number given with the options below) and are followed by
an unprintable character. By default, it only prints the strings from the initialized and
loaded sections of object files; for other types of files, it prints the strings from the
whole file.

strings is mainly useful for determining the contents of non-text files.

OPTIONS


-a
--all
- Do not scan only the initialized and loaded sections of object files; scan the whole
files.

-f
--print-file-name
Print the name of the file before each string.

--help
Print a summary of the program usage on the standard output and exit.

-min-len
-n min-len
--bytes=min-len
Print sequences of characters that are at least min-len characters long, instead of
the default 4.

-o Like -t o. Some other versions of strings have -o act like -t d instead. Since we
can not be compatible with both ways, we simply chose one.

-t radix
--radix=radix
Print the offset within the file before each string. The single character argument
specifies the radix of the offset---o for octal, x for hexadecimal, or d for decimal.

-e encoding
--encoding=encoding
Select the character encoding of the strings that are to be found. Possible values
for encoding are: s = single-7-bit-byte characters (ASCII, ISO 8859, etc., default), S
= single-8-bit-byte characters, b = 16-bit bigendian, l = 16-bit littleendian, B =
32-bit bigendian, L = 32-bit littleendian. Useful for finding wide character strings.

--target=bfdname
Specify an object code format other than your system's default format.

-v
--version
Print the program version number on the standard output and exit.

Use h8300-hitachi-coff-strings online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 2
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 3
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 4
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 5
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 6
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • More »

Linux commands

Ad