Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Filename extension (view), Filename mangling (view), List of filename extensions (view), Long filename (view), 8.3 filename (view), List of Microsoft Office filename extensions (view), List of filename extensions (A–E) (view), List of filename extensions (S–Z) (view), List of filename extensions (M–R) (view), List of filename extensions (F–L) (view), List of filename extensions (0–9) (view)

searching for Filename 209 found (1874 total)

alternate case: filename

EncFS (1,507 words) [view diff] exact match in snippet view article find links to article

mountpoint provides the unencrypted view of the one in the source directory. Filenames are encrypted in the source directory. Files are encrypted using a volume
Direct Client-to-Client (2,651 words) [view diff] exact match in snippet view article find links to article
DCC SEND filename ip 0 filesize token << DCC RESUME filename 0 position token >> DCC ACCEPT filename 0 position token << DCC SEND filename peer-ip port
Wc (Unix) (521 words) [view diff] exact match in snippet view article
system. wc -c <filename> prints the byte count wc -l <filename> prints the line count wc -m <filename> prints the character count wc -w <filename> prints the
Powercfg (647 words) [view diff] exact match in snippet view article find links to article
/HIBERNATE {ON|OFF} | /NUMERICAL int | /EXPORT name [/FILE filename] | /IMPORT name [/FILE filename] | /GLOBALPOWERFLAG {ON|OFF} /OPTION flag | /BATTERYALARM
Head (Unix) (319 words) [view diff] exact match in snippet view article
line option. The following example shows the first 20 lines of filename: head -n 20 filename This displays the first 5 lines of all files starting with foo:
MINIX file system (617 words) [view diff] exact match in snippet view article find links to article
ext2 - and its lack of features, including limited partition sizes and filename length limits. MINIX was written from scratch by Andrew S. Tanenbaum in
RPM Package Manager (2,340 words) [view diff] exact match in snippet view article find links to article
vary across them. An RPM is delivered in a single file, normally with a filename in the format: <name>-<version>-<release>.src.rpm for source packages,
Split (Unix) (437 words) [view diff] exact match in snippet view article
named by appending aa, ab, ac, etc. to output filename. If output filename is not given, the default filename of x is used, for example, xaa, xab, etc. When
ISO 13490 (498 words) [view diff] exact match in snippet view article find links to article
has several improvements over its predecessor. It fully addresses the filename, POSIX attribute, and multibyte character issues that were not handled
Unix shell (1,733 words) [view diff] exact match in snippet view article find links to article
or Secure Shell are common for server systems. All Unix shells provide filename wildcarding, piping, here documents, command substitution, variables and
Inode (2,603 words) [view diff] exact match in snippet view article find links to article
contains one filename and one inode number. The file system driver must search a directory for a particular filename and then convert the filename to the correct
Client-to-client protocol (2,874 words) [view diff] exact match in snippet view article find links to article
DCC SEND filename ip 0 filesize token << DCC RESUME filename 0 position token >> DCC ACCEPT filename 0 position token << DCC SEND filename peer-ip port
MPEG-21 (541 words) [view diff] exact match in snippet view article find links to article
as movies, images or other non-XML data) within the same file. It uses filename extensions .m21 or .mp21 and MIME type application/mp21. MPEG-21 defines
C shell (4,914 words) [view diff] exact match in snippet view article find links to article
commands from a file, called a script. Like all Unix shells, it supports filename wildcarding, piping, here documents, command substitution, variables and
Mercury (crystallography) (468 words) [view diff] exact match in snippet view article
".sd" and ".xyz" types of files. Mercury has its own file format with filename extension ".mryx". The Cambridge Crystallographic Data Centre (CCDC) developed
Umask (1,754 words) [view diff] exact match in snippet view article find links to article
0000 $ chmod +rwx filename $ ls -l filename -rwxrwxrwx filename $ umask 0022 $ chmod +rwx filename $ ls -l filename -rwxr-xr-x filename Each process has
TYPE (DOS command) (1,045 words) [view diff] exact match in snippet view article
content in hexadecimal form. The command-syntax on PC-MOS is: .TYPE filename [/h] filename – The name of the file to display /h – Display content in hexadecimal
AWK (4,665 words) [view diff] exact match in snippet view article find links to article
usual way checks to see if the whole line ($0) matches. FILENAME contains the current filename. awk has no explicit concatenation operator; two adjacent
Tail (Unix) (857 words) [view diff] exact match in snippet view article
lines and the last 50 bytes of filename can be shown with the following command: tail -20 filename tail -50c filename However this syntax is now obsolete
AmigaDOS (2,965 words) [view diff] exact match in snippet view article find links to article
(AmigaOS4.x/MorphOS) OFS Long filenames (DOS6) FFS Long filenames (DOS7) Both DOS6 and DOS7 feature International filenames featured in DOS2 and DO3, but
Web server directory index (799 words) [view diff] exact match in snippet view article find links to article
"index" page. A common filename for such a page is index.html, but most modern HTTP servers offer a configurable list of filenames that the server can use
Mv (Unix) (947 words) [view diff] exact match in snippet view article
moves one or more files or directories from one place to another. If both filenames are on the same filesystem, this results in a simple file rename; otherwise
Command-line completion (1,320 words) [view diff] exact match in snippet view article find links to article
to spell filenames can be entered by typing the first few characters and pressing a completion key, which completes the command or filename. In the case
OS2000 (180 words) [view diff] exact match in snippet view article find links to article
File System (NFS), File Transfer Protocol (FTP), Telnet protocols), long filename File Allocation Table (VFAT) and a tar file systems, floppy disk drive
Advanced Disc Filing System (1,507 words) [view diff] exact match in snippet view article find links to article
change was the introduction of a hierarchical directory structure. The filename length increased from 7 to 10 letters and the number of files in a directory
Disc Filing System (2,783 words) [view diff] exact match in snippet view article find links to article
functionality and storage capability, using a flat directory structure. Each filename can be up to seven letters long, plus one letter for the directory in which
Disc Filing System (2,783 words) [view diff] exact match in snippet view article find links to article
functionality and storage capability, using a flat directory structure. Each filename can be up to seven letters long, plus one letter for the directory in which
Nl (Unix) (289 words) [view diff] exact match in snippet view article
capital letter A (matching on the regular expression /^A/). filename is optional. $ nl -b p^A filename apple 1 Apple BANANA 2 Allspice strawberry It can be useful
XSL (747 words) [view diff] exact match in snippet view article find links to article
conventional namespace prefix for the XSLT namespace, and as the conventional filename suffix for files containing XSLT stylesheet modules Sometimes it refers
Shell script (2,981 words) [view diff] exact match in snippet view article find links to article
do # use $jpg in place of each filename given, in turn png=${jpg%.jpg}.png # construct the PNG version of the filename by replacing .jpg with .png printf
Findstr (492 words) [view diff] exact match in snippet view article find links to article
[drive:][path]filename[...] Arguments: flags This can be any combination of flags described below. strings Text to be searched for. [drive:][path]filename Specifies
AS2 (1,060 words) [view diff] exact match in snippet view article find links to article
sender. AS2 filename preservation feature will be used to communicate the filename to the trading partner. The banking industry relies on filenames being communicated
WxBasic (524 words) [view diff] exact match in snippet view article find links to article
ShowModal() = wxID_OK Then fileName = fileDialog.GetPath() Ext = fileDialog.GetFilename() control.Clear() control.LoadFile( fileName ) frame.SetTitle( AppName
Cat (Unix) (1,454 words) [view diff] exact match in snippet view article
following forms (the first is more traditional): command arg1 arg2 argn < filename <filename command arg1 arg2 argn Beyond other benefits, the input redirection
9P (protocol) (598 words) [view diff] exact match in snippet view article
improvements. Some of the improvements made are the removal of certain filename restrictions, the addition of a 'last modifier' metadata field for directories
MPEG-2 (3,561 words) [view diff] exact match in snippet view article find links to article
decoder in 1995. .mpg, .mpeg, .m2v, .mp2, .mp3 are some of a number of filename extensions used for MPEG-1 or MPEG-2 audio and video file formats. File
Hyphen-minus (1,210 words) [view diff] exact match in snippet view article find links to article
specify a filename that starts with a hyphen-minus. An option of just a hyphen-minus (followed by a space) may be recognized in lieu of a filename and indicates
Find (Windows) (607 words) [view diff] exact match in snippet view article
[[drive:][path]filename[...]] Arguments: "string" This command-line argument specifies the text string to find. [drive:][path]filename Specifies a file
Rake (software) (565 words) [view diff] exact match in snippet view article
patterns: for example, automatically building a file compilation task based on filename patterns.[relevant?] Below is an example of a simple Rake script to build
DEC RADIX 50 (1,147 words) [view diff] exact match in snippet view article find links to article
the filename size conventions used by Digital Equipment Corporation PDP-11 operating systems. Using RADIX 50 encoding, six characters of a filename could
Maildir (1,923 words) [view diff] exact match in snippet view article find links to article
character; this is the new filename if stat() reports that the filename exists, then wait two seconds go to previous step until the filename does not exist create
TRSDOS (3,702 words) [view diff] case mismatch in snippet view article find links to article
four, five, six and seven. DIR FILENAME:2 searches for FILENAME on logical drive two. DIR FILENAME:2- searches for FILENAME on all logical drives starting
More (command) (1,136 words) [view diff] exact match in snippet view article
more /c /s The command-syntax is: MORE < [drive:][path]filename command | more drive:\path\filename – Specifies the location of the file to display one screen
Dired (436 words) [view diff] exact match in snippet view article find links to article
in a virtual Dired mode. These can also be saved again, often using the filename extension dired. Kugell, Stanley G. (1974). "SAILDART/1978-08". Stanford
Ext2 (2,630 words) [view diff] exact match in snippet view article find links to article
(maximum partition size and filename length limitation to 14 characters), and allowed 2 gigabytes of data and filenames of up to 255 characters. But
DOS Wedge (311 words) [view diff] exact match in snippet view article find links to article
the 1541 disk drive Test/Demo Disk (filename: "DOS 5.1") and also packaged with the C64 Macro Assembler (filename: "DOS WEDGE64"). The DOS Wedge was referred
Mkstemp (615 words) [view diff] exact match in snippet view article find links to article
determines the location of the temporary file, and the prefix of its generated filename. After mkstemp was added to the Single UNIX Specification, the function
CHARMM (2,111 words) [view diff] exact match in snippet view article find links to article
charmm -i filename.inp -o filename.out charmm – The name of the program (or script which runs the program) on the computer system being used. filename.inp –
Datasource (1,021 words) [view diff] exact match in snippet view article find links to article
to the database. The data source name (DSN) need not be the same as the filename for the database. For example, a database file named friends.mdb could
OCFS2 (291 words) [view diff] exact match in snippet view article find links to article
volume size 4 PB (OCFS2) Max file size 4 PB (OCFS2) Max filename length 255 bytes Allowed filename characters All bytes except NUL and '/' Features Dates
KWallet (2,605 words) [view diff] exact match in snippet view article find links to article
signature." "mainproc.c in GnuPG before 2.2.8 mishandles the original filename during decryption and verification actions, which allows remote attackers
AWB (127 words) [view diff] exact match in snippet view article find links to article
AWB may refer to: .awb, a filename extension for Adaptive Multi-Rate Wideband computer files Afrikaner Weerstandsbeweging, a South African neo-Nazi separatist
C file input/output (886 words) [view diff] exact match in snippet view article find links to article
File access fopen Opens a file (with a non-Unicode filename on Windows and possible UTF-8 filename on Linux) freopen Opens a different file with an existing
Module pattern (1,916 words) [view diff] exact match in snippet view article find links to article
is given a prefix related to the filename or module name in order to avoid identifier collisions. <?php // filename: console.php function console_prepare()
Joe-E (266 words) [view diff] exact match in snippet view article find links to article
unsafe according to taming rules. For example, the constructor new File(filename) is blocked because it allows unrestricted access to the filesystem. Cup
YMODEM (1,583 words) [view diff] exact match in snippet view article find links to article
instead of optional. From TeLink it added the "block 0" header that sent the filename and size, which allowed batch transfers (multiple files in a single session)
Alien (file converter) (327 words) [view diff] exact match in snippet view article
commands for Alien: $ alien ${filename}.rpm # Rpm to Deb $ alien -k ${filename}.tar.gz # Tar.gz to Deb $ alien -d ${filename}.tar.bz2 # Tar.bz2 to Deb $
MKV (75 words) [view diff] exact match in snippet view article find links to article
MKV may refer to: .mkv, a filename extension for the Matroska multimedia container format Mittelschüler-Kartellverband, an Austrian male fraternity organization
Comparison of command shells (4,511 words) [view diff] exact match in snippet view article find links to article
For command parameter name/value completions, these shells assume path/filename completion if no completion is defined for the command. Completion can
Batch renaming (672 words) [view diff] exact match in snippet view article find links to article
the filenames: Find a string within the filename and replace it with another, or remove it. Setting the capitalization of the letters in the filenames. Extracting
KERNAL (1,597 words) [view diff] exact match in snippet view article find links to article
channel requires three system calls. The first typically sets the logical filename through the SETNAM system call. The second call, SETLFS, establishes the
Bethuel Kitchen (1,653 words) [view diff] case mismatch in snippet view article find links to article
1st Session, page 849) http://memory.loc.gov/cgi-bin/ampage?collId=llcg&fileName=064/llcg064.db&recNum=920 (The Congressional Globe, 38th Congress, 1st
CXFS (210 words) [view diff] exact match in snippet view article find links to article
volume size 17 exabytes Max file size 8.5 exabytes Max filename length 255 bytes Allowed filename characters All bytes except NUL Features Dates recorded
DDB (132 words) [view diff] exact match in snippet view article find links to article
Bitmap graphics or Digidesign Database File, in the Alphabetical list of filename extensions DDB, distributed database, is a database in which storage devices
Info (145 words) [view diff] exact match in snippet view article find links to article
search engine aggregator .info, the filename extension for metadata files used by the Amiga Workbench .nfo, a filename extension for informational text files
Info (145 words) [view diff] exact match in snippet view article find links to article
search engine aggregator .info, the filename extension for metadata files used by the Amiga Workbench .nfo, a filename extension for informational text files
MPEG-G (1,074 words) [view diff] no match in snippet view article find links to article
MPEG-G (ISO / IEC 23092) is an ISO/IEC standard designed for genomic information representation by the collaboration of the ISO/IEC JTC 1/SC 29/WG 9 (MPEG)
Next3 (474 words) [view diff] exact match in snippet view article find links to article
files Variable, allocated at creation time Max filename length 254 bytes[citation needed] Allowed filename characters All bytes except NULL and '/' Features
Tux3 (605 words) [view diff] exact match in snippet view article find links to article
file size 2^60 bytes (1 EiB) Max no. of files 2^48 Max filename length 255 bytes Allowed filename characters All bytes except NUL and '/' Features Dates
DBF (161 words) [view diff] exact match in snippet view article find links to article
Forever) Design/Build/Fly aircraft design competition Oracle tablespace filename extension Digital beamforming in radar, sonar, audio, and other sensor
LaTeX Project Public License (560 words) [view diff] exact match in snippet view article find links to article
most controversial – used to be the 'filename clause': You must not distribute the modified file with the filename of the original file. This feature made
Dust II (2,303 words) [view diff] exact match in snippet view article find links to article
"Dust II", also known by its filename de_dust2, is a video game map featured in the first-person shooter series Counter-Strike. Dust II is the successor
Video search engine (2,301 words) [view diff] no match in snippet view article find links to article
A video search engine is a web-based search engine which crawls the web for video content. Some video search engines parse externally hosted content while
NTLDR (3,021 words) [view diff] exact match in snippet view article find links to article
switch. filename must be in System32 directory. It can be a simple file, hard link, but not a symbolic link or a junction point. /KERNEL=filename – Defines
Dispose pattern (1,988 words) [view diff] exact match in snippet view article find links to article
due to an early return or exception. For example: def func(filename): f = open(filename) if a: return x f.close() return y If the function returns at
Novell Storage Services (224 words) [view diff] exact match in snippet view article find links to article
file size 8 EB Max no. of files 8 trillion Max filename length 256 16-bit Unicode characters Allowed filename characters Variable; depends on namespace being
Calc (103 words) [view diff] exact match in snippet view article find links to article
calculation, calculator, or calculus Windows Calculator, also known by its filename calc.exe LibreOffice Calc, an open-source spreadsheet application. The
Case preservation (570 words) [view diff] exact match in snippet view article find links to article
with long filename support, NTFS, HFS Plus (default), APFS (default) Non-case-preserving Impossible FAT12, FAT16 only when without long filename support
@icon sushi (352 words) [view diff] exact match in snippet view article find links to article
@icon sushi (aicon sushi is used when @ unsupported in a filename) is a conversion and creation computer icon freeware software tool for Microsoft Windows
Ext3cow (201 words) [view diff] exact match in snippet view article find links to article
8TiB Max file size 2TiB Max no. of files Variable1 Max filename length 255 bytes Allowed filename characters All bytes except NUL, '/' and '@' Features
Bash (Unix shell) (5,648 words) [view diff] exact match in snippet view article
compilation before execution and which can be invoked as commands by using their filename. Command history, jobs / job control and tab completion in interactive
Be File System (543 words) [view diff] exact match in snippet view article find links to article
file size ~260 GB * Max no. of files Unlimited Max filename length 255 characters Allowed filename characters All UTF-8 but "/" Features Dates recorded
RS (410 words) [view diff] exact match in snippet view article find links to article
the internet country code top-level domain for Republic of Serbia .rs, a filename extension for Rust source code Recommended Standard (EIA), e.g. RS-232
Kademlia (4,190 words) [view diff] exact match in snippet view article find links to article
indexing file obtained from other sources. Filename searches are implemented using keywords. The filename is divided into its constituent words. Each
Window Maker (1,385 words) [view diff] exact match in snippet view article find links to article
The background can be changed from the command line with wmsetbg -s -u [filename.jpg] (wmsetbg stands for "window maker set background"). FSViewer is a
Dpkg (855 words) [view diff] exact match in snippet view article find links to article
packages behave in Debian. To install a .deb package: dpkg -i filename.deb where filename.deb is the name of the Debian package (such as pkgname_0.00-1_amd64
GFS2 (2,187 words) [view diff] exact match in snippet view article find links to article
groups) Bad blocks No Limits Max no. of files Variable Max filename length 255 bytes Allowed filename characters All except NUL Features Dates recorded attribute
MID (297 words) [view diff] exact match in snippet view article find links to article
refer to: MapInfo Interchange Format; .mid is also sometimes used as the filename extension for some MapInfo files Media Identification Code (MID code),
High Performance File System (803 words) [view diff] exact match in snippet view article find links to article
Max file size 2 GB Max no. of files Unlimited Max filename length 255 characters Allowed filename characters Single-byte from 0x20 to 0xFF Features Dates
Episode filesystem (107 words) [view diff] exact match in snippet view article find links to article
contents 8KB blocks with hash table File allocation inode-based Limits Max filename length 256 bytes Features Forks No Attributes POSIX File system permissions
Professional File System (428 words) [view diff] exact match in snippet view article find links to article
(RDB) Limits Max volume size 104 GB (101 GiB) Max filename length 107 characters Allowed filename characters All bytes except NULL, ':' and '/' Features
Sinclair BASIC (5,381 words) [view diff] exact match in snippet view article find links to article
contents of an array to tape when used with the SAVE command (as SAVE filename DATA array name()) DEF FN name(variable) = operation EXTENDED MODE then
Facing Worlds (824 words) [view diff] exact match in snippet view article find links to article
Facing Worlds, also known by its filename CTF-Face, is a multiplayer map for the first-person shooter video games Unreal Tournament (1999), Unreal Tournament
Del (command) (572 words) [view diff] exact match in snippet view article
Remove-Item cmdlet which basically serves the same purpose. >del filename >erase filename deltree rmdir List of DOS commands List of Unix commands Paul S
KRename (188 words) [view diff] exact match in snippet view article find links to article
prefix or postfix to filenames Search and replace parts of filenames (regular expressions are supported) Add ordered numbers to filenames (start, steps, skips
IBMDOS.COM (665 words) [view diff] exact match in snippet view article find links to article
IBMDOS.COM is the filename of the DOS kernel. Loaded and initially invoked by the DOS BIOS in IBMBIO.COM during the boot process, it contains the hardware-independent
IBM Configuration Management Version Control (691 words) [view diff] exact match in snippet view article find links to article
history for each file. The filenames for these files are actually stored in the relational database - as a result, filenames in the SCCS tree are numeric
Dynamic linker (1,687 words) [view diff] exact match in snippet view article find links to article
systems, dynamically loaded shared libraries can be identified by the filename suffix .so (shared object). The dynamic linker can be influenced into modifying
ICL (218 words) [view diff] exact match in snippet view article find links to article
Japan Ice Lake series Intel CPUs Icon library filename extension Clean (programming language) source filename extension Inter-Chassis Link, Brocade's name
BlindWrite (555 words) [view diff] exact match in snippet view article find links to article
format and chooses just one file extension per CD image for the purposes of filename selection. (This includes VSO's software and Daemon Tools.) The *.BWI file
SSH File Transfer Protocol (1,516 words) [view diff] exact match in snippet view article find links to article
supported2, acl-supported, newline, versions, version-select, filename-charset, filename-translation-control. OpenSSH, the most widespread implementation
HFS Plus (3,424 words) [view diff] exact match in snippet view article find links to article
links, HFS Plus supports hard links to directories. HFS Plus permits filenames up to 255 characters in length, and n-forked files similar to NTFS, though
CHM (295 words) [view diff] exact match in snippet view article find links to article
in Mountain View, California ".chm", filename extension for ChemDraw Chemical Structure files ".chm", filename extension for Microsoft Compiled HTML
PYC (69 words) [view diff] exact match in snippet view article find links to article
PYC or pyc may refer to: .pyc, filename extension for Python (programming language) Shatin Pui Ying College, in Sha Tin, Hong Kong A US Navy hull classification
NuGet (346 words) [view diff] exact match in snippet view article find links to article
tools. A NuGet package is a single ZIP file that bears a .nupack or .nupkg filename extension and contains .NET assemblies and their needed files, with a manifest
Ren (command) (929 words) [view diff] exact match in snippet view article
It is also available in the open source MS-DOS emulator DOSBox. >ren filename newname >ren *.htm *.html Another example. This will rename a default video
PSXLinux (378 words) [view diff] exact match in snippet view article find links to article
transfer files if one had obtained or built their own serial cable. The filename was: psx-serial.0.9.7.tar.gz Due to Linux ELF format not supported by the
Avi (disambiguation) (151 words) [view diff] exact match in snippet view article
Interleave, a multimedia container format and file type associated with the filename extension .avi .avi (album), second studio album by Serbian experimental
List of Thai provinces by GPP (167 words) [view diff] exact match in snippet view article find links to article
CD?locations=TH https://www.nesdc.go.th/ewt_dl_link.php?nid=5628&filename=gross_regional https://www.nesdc.go.th/more_news.php?cid=833&filename=index
Versioning file system (1,548 words) [view diff] exact match in snippet view article find links to article
implementation of versioning, possibly the first, was in MIT's ITS. In ITS, a filename consisted of two six-character parts; if the second part was numeric (consisted
IBMBIO.COM (3,482 words) [view diff] exact match in snippet view article find links to article
anywhere in the root directory and load it into memory by itself. The filename of the IBMBIO.COM file to be loaded by the boot sector is stored in the
Secure coding (974 words) [view diff] exact match in snippet view article find links to article
possible. For example, consider a script that fetches an article by taking a filename, which is then read by the script and parsed. Such a script might use the
Tcsh (1,124 words) [view diff] exact match in snippet view article find links to article
OpenBSD uses the Korn shell ksh for both root and regular users.) tcsh added filename and command completion and command line editing concepts borrowed from
File URI scheme (1,244 words) [view diff] exact match in snippet view article find links to article
which are part of the filename should be percent-encoded. Characters which are not allowed in URIs, but which are allowed in filenames, must also be percent-encoded
File Alteration Monitor (276 words) [view diff] exact match in snippet view article find links to article
detect if some file has changed and can then update a displayed icon and/or filename. The FAM system consists of two parts: famd — the FAM Daemon, which provides
Ext4 (3,412 words) [view diff] exact match in snippet view article find links to article
index and 2 GB directory size limit for 4 KiB block size, depending on the filename length. In Linux 4.12 and later the large_dir feature enabled a 3-level
Ntoskrnl.exe (1,346 words) [view diff] exact match in snippet view article find links to article
Kernel image filenames 32-bit Windows Filename Supports SMP Supports PAE 32-bit kernel ntoskrnl.exe No No ntkrnlmp.exe Yes No ntkrnlpa.exe No Yes ntkrpamp
Bitmap (disambiguation) (128 words) [view diff] exact match in snippet view article
of colors) Bitmap file format, a bitmap graphics file format with .bmp filename extension Bitmap index Free-space bitmap, an array of bits that tracks
Xargs (1,703 words) [view diff] exact match in snippet view article find links to article
find /path -type f -name '*~' -print0 | xargs -0 sh -c 'for filename; do cp -a "$filename" ~/backups; done' sh The word sh at the end of the line is for
Member states of the World Trade Organization (2,697 words) [view diff] exact match in snippet view article find links to article
org/english/docs_e/legal_e/04-wto.pdf https://docs.wto.org/dol2fe/Pages/SS/directdoc.aspx?filename=q:/WT/L/161.pdf&Open=True "ACCESSIONS: Protocols of accession for new members
Durango F-85 (845 words) [view diff] exact match in snippet view article find links to article
utilized a text configuration file named CONFIG.SYS five years before this filename was used for a similar purpose under MS-DOS/PC DOS 2.0 in 1983. The F-85
Macintosh File System (527 words) [view diff] exact match in snippet view article find links to article
MiB Max file size 20 MiB Max no. of files 4094 Max filename length 255 characters Allowed filename characters Any printable character except “:” Features
Lustre (file system) (8,797 words) [view diff] exact match in snippet view article
mountpoint. When the client accesses a file, it performs a filename lookup on the MDS. When the MDS filename lookup is complete and the user and client have permission
.pdm (51 words) [view diff] exact match in snippet view article find links to article
.pdm is a filename extension for the following programs: DeskMate PowerDesigner Visual Basic (classic) PowerDEVS Adobe PageMaker PDM (disambiguation) This
OneFS distributed file system (1,230 words) [view diff] exact match in snippet view article find links to article
size dependent Max filename length 255 bytes Max directory depth 509 (suggested, to fit within PATH_MAX of 1023) Allowed filename characters Many (UTF-8
Btrfs (6,548 words) [view diff] exact match in snippet view article find links to article
block. (On the default block size of 4 KiB, an average filename length of 8 bytes and a per-filename header of 4 bytes, this would be less than 350.) Applications
Fan (495 words) [view diff] exact match in snippet view article find links to article
triangulation, a fast method to decompose a convex polygon in triangles .fan filename extension for the Fantom (programming language) File area network, a method
Handle (computing) (828 words) [view diff] exact match in snippet view article
identifies an object, but also associates access rights. For example, while a filename is forgeable (it is just a guessable identifier), a handle is given to
Commodore bus (1,236 words) [view diff] exact match in snippet view article find links to article
To read a normal file from the floppy device number 8 the command LOAD "filename",8,1 is issued on a Commodore 64. That causes the following high level
WordStar (6,616 words) [view diff] no match in snippet view article find links to article
WordStar is a word processor application for microcomputers. It was published by MicroPro International and originally written for the CP/M-80 operating
Boot File System (220 words) [view diff] exact match in snippet view article find links to article
Directory contents single inode table File allocation 16-bit inodes Limits Max filename length 14 characters Other Supported operating systems SVR4, UnixWare[citation
MSDOS.SYS (730 words) [view diff] exact match in snippet view article find links to article
Program [de] (DCP) by the former East-German VEB Robotron used a DCDOS.SYS filename instead. IBM PC DOS as well as DR DOS since 5.0 (with the exception of
OMG (464 words) [view diff] exact match in snippet view article find links to article
chemistry firm based in Cleveland, Ohio, United States OpenMG, file format's filename extension Search for "omg" , "o-m-g", "om-g", or "o-mg" on Wikipedia. All
Data source name (505 words) [view diff] exact match in snippet view article find links to article
in a centralized location (e.g., /etc/odbc.ini, //etc/odbc_file_dsns/<filename>) User DSNs – accessible only by the user who created the DSN, stored in
RTMPDump (1,312 words) [view diff] exact match in snippet view article find links to article
in mp above) Typically, in the format mp3:path/filename.mp3 or mp4:path/filename.mp4 -o: Output filename The foregoing are typically the only elements
Sar (Unix) (512 words) [view diff] exact match in snippet view article
sysstat package. sar [-flags] [ -e time ] [ -f filename ] [-i sec ] [ -s time ] -f filename Uses filename as the data source for sar. The default is the
Deno (software) (1,300 words) [view diff] exact match in snippet view article
cat program: [1] /** * cat.ts */ for (const filename of Deno.args) { const file = await Deno.open(filename); await file.readable.pipeTo(Deno.stdout.writable
Hawthorne, Portland, Oregon (502 words) [view diff] exact match in snippet view article find links to article
"BPS: Portland Street Name Changes" "line 1709: Ord. #63819 MAR 1, 1933 - Filename: PDXstrname_changes.xls dtd 3/1/2007" Hallman, Tom (January 10, 2019).
ReiserFS (1,609 words) [view diff] exact match in snippet view article find links to article
Max no. of files 232−3 (~4 billion) Max filename length 4032 bytes, limited to 255 by Linux VFS Allowed filename characters All bytes except NUL and '/'
JFS (file system) (1,316 words) [view diff] exact match in snippet view article
250 bytes (4 PiB) Max no. of files No limit defined Max filename length 255 bytes Allowed filename characters Any Unicode except NUL Features Dates recorded
Common filesystem features (456 words) [view diff] no match in snippet view article find links to article
This is the glossary of the common filesystem features table. The intention of this table is to provide an at-a-glance list of features and specifications
POSXML (1,513 words) [view diff] exact match in snippet view article find links to article
read file.close Examples: <editfile filename="test.txt" key="$(sChave)" value="$(sValor)" /> <readfile filename="test.txt" key="$(sChave)"
Comparison of Unicode encodings (2,267 words) [view diff] exact match in snippet view article find links to article
impossible to fix an invalid UTF-8 filename using a UTF-16 API, as no possible UTF-16 string will translate to that invalid filename. The opposite is not true:
Serving channel (474 words) [view diff] exact match in snippet view article find links to article
request a file, the user enters a filename from the folder display listing, along with the "get" command. ex.: "get <filename.ext>" Using a serving script
CRT (259 words) [view diff] exact match in snippet view article find links to article
library SecureCRT, formerly CRT, a telnet client .crt, X.509 Certificate filename extension Chinese remainder theorem, in number theory Crater (constellation)
Resource management (computing) (3,279 words) [view diff] exact match in snippet view article
code of the form (illustrated with opening a file in Python): f = open(filename) ... f.close() This is correct if the intervening ... code does not contain
BST (385 words) [view diff] exact match in snippet view article find links to article
Browser-side templating, a templating strategy for web applications .bst, a filename extension for BibTeX style files This disambiguation page lists articles
TXT (148 words) [view diff] exact match in snippet view article find links to article
Internet slang language commonly used on short message service phones .txt, a filename extension for text files Text messaging on a phone using letters and symbols
PDTV (514 words) [view diff] exact match in snippet view article find links to article
abbreviation short for Pure Digital Television. Often seen as part of the filename of TV shows shared through P2P , The Scene, and FTP servers on the Internet
Reiser4 (1,343 words) [view diff] exact match in snippet view article find links to article
Dancing B*-tree Limits Max file size 8 TiB on x86 Max filename length 3976 bytes Allowed filename characters All bytes except NULL and '/' Features Dates
TXT (148 words) [view diff] exact match in snippet view article find links to article
Internet slang language commonly used on short message service phones .txt, a filename extension for text files Text messaging on a phone using letters and symbols
Distributed hash table (4,123 words) [view diff] exact match in snippet view article find links to article
of 160-bit strings. To index a file with given filename and data in the DHT, the SHA-1 hash of filename is generated, producing a 160-bit key k, and a
MOV (188 words) [view diff] exact match in snippet view article find links to article
of data from one location to another in the x86 assembly language .mov, filename extension for the QuickTime multimedia file format Metal oxide varistor
C Sharp 4.0 (1,114 words) [view diff] case mismatch in snippet view article find links to article
optional. For example: object fileName = "Test.docx"; object missing = System.Reflection.Missing.Value; doc.SaveAs(ref fileName, ref missing, ref missing
Log4j (3,205 words) [view diff] exact match in snippet view article find links to article
pattern="%d %p %c{1.} [%t] %m%n"/> </Console> <File name="file" fileName="${filename}"> <PatternLayout> <pattern>%d %p %c{1.} [%t] %m%n</pattern> </PatternLayout>
Smart File System (737 words) [view diff] exact match in snippet view article find links to article
Partition IDs 'SFS\0' Limits Max volume size 127 GB Max file size 4 GB Max filename length 107 characters Features Date range January 1, 1978 - 2157 Date resolution
Library (computing) (3,103 words) [view diff] exact match in snippet view article
so files in directories such as /lib, /usr/lib or /usr/local/lib. The filenames always start with lib, and end with a suffix of .a (archive, static library)
Al-Saffahiyah Mosque (129 words) [view diff] exact match in snippet view article find links to article
muqarnas in entrance http://www.esyria.sy/ealeppo/index.php?p=stories&category=places&filename=201009011345011 eAleppo:Al-Saffahiyah (in Arabic) v t e
1785 in Canada (4,281 words) [view diff] case mismatch in snippet view article find links to article
gov/cgi-bin/ampage?collId=lljc&fileName=029/lljc029.db&recNum=203 Livingston https://memory.loc.gov/cgi-bin/ampage?collId=lljc&fileName=028/lljc028.db&recNum=89
File select (1,149 words) [view diff] exact match in snippet view article find links to article
selection, the filename of the selected file is displayed in the text field. Alternatively, instead of using the "Browse" button, the filename can be entered
Windows Search (5,666 words) [view diff] exact match in snippet view article find links to article
instead of on filename extensions (e.g., to manage in one operation items of different filename extensions, or to find items without if the filename extension
Shc (shell script compiler) (294 words) [view diff] exact match in snippet view article
where, first, it creates a filename.x.c file of the shell script file filename. Then it is compiled with cc -$CFLAGS filename.x.c to create the binary from
Südkurier (523 words) [view diff] exact match in snippet view article find links to article
http://deposit.ddb.de/cgi-bin/dokserv?idn=975866745&dok_var=d1&dok_ext=pdf&filename=975866745.pdf Manfred Bosch: Zeit der schönen Not. Die Anfangsjahre des
Command-line interface (8,217 words) [view diff] exact match in snippet view article find links to article
a character, typically : or =; thus Prog -fFilename, Prog -f Filename, Prog -f:Filename, Prog -f=Filename. Some programs allow single-character options
ISM (398 words) [view diff] exact match in snippet view article find links to article
in computer vision InterSystems MUMPS, medical computer system .ism, a filename extension for InstallShield MSI projects Ism (name), the Arabic word for
Multi-Environment Real-Time (1,542 words) [view diff] exact match in snippet view article find links to article
allocate a contiguous file SYNOPSIS falloc filename size DESCRIPTION A contiguous file of the specified filename is allocated to be of 'size' (512 byte)
Features new to Windows Vista (13,863 words) [view diff] exact match in snippet view article find links to article
95. New shortcuts now first include the filename with a shortcut designation appended to the name (Filename - Shortcut) instead of the shortcut designation
Upering (458 words) [view diff] exact match in snippet view article find links to article
an attachment named WinUpdate32Login.exe. The filename could differ depending on the original filename of the worm on the system on which the email originated
Color BASIC (2,106 words) [view diff] exact match in snippet view article find links to article
expression num and jumps to the numth line listed OPEN "[I|O]",device number[,"filename"] opens a device for communication POKE memory address, data writes data
Microsoft Management Console (717 words) [view diff] exact match in snippet view article find links to article
with .msc extension and can be launched using this syntax: mmc path \ filename.msc [/a] [/64] [/32]. The most prolific MMC component, Computer Management
Features new to Windows Vista (13,863 words) [view diff] exact match in snippet view article find links to article
95. New shortcuts now first include the filename with a shortcut designation appended to the name (Filename - Shortcut) instead of the shortcut designation
CCD (420 words) [view diff] exact match in snippet view article find links to article
light sensor used in various devices including digital cameras .ccd, the filename extension for CloneCD's CD image file Carbonate compensation depth, a property
Hierarchical File System (Apple) (1,977 words) [view diff] exact match in snippet view article
size 2 GB (2 × 10243 bytes) Max no. of files 65535 Max filename length 31 characters Allowed filename characters All 8-bit values except :. Discouraged null
SUPER BASIC (3,479 words) [view diff] exact match in snippet view article find links to article
X where X is file handle, a number. The number was assigned using OPEN filename FOR [INPUT|OUTPUT] AS FILE X. WRITE ON X was provided as an alternative
SO (597 words) [view diff] exact match in snippet view article find links to article
Syndromic obesity .so, the top-level Internet domain of Somalia .so, a filename extension for a shared object (a dynamic library or module) in Unix and
Dd (Unix) (2,992 words) [view diff] exact match in snippet view article
if=/dev/urandom of=myrandom bs=100 count=1 To convert a file to uppercase: dd if=filename of=filename1 conv=ucase,notrunc Being a program mainly designed as a filter
StoryServer (304 words) [view diff] exact match in snippet view article find links to article
StoryServer-based websites often use a distinctive page address style in which the filename consists of several numbers separated by commas. An example URL of this
Turbo File (ASCII) (726 words) [view diff] exact match in snippet view article
(1992) (J) Castle Excellent (1986) ASCII (J) (early access method without filename) (also supports the Famicom Data Recorder) Derby Stallion - Zenkoku Ban
Magic pushbutton (898 words) [view diff] exact match in snippet view article find links to article
storing the filename to the registry) into a separate class. type TPreferences = class private FFilename: String; procedure SetFilename(const Value:
Epson HX-20 (1,530 words) [view diff] exact match in snippet view article find links to article
Typing a non-hexadecimal character exits this command. R (Read) R<device>,<filename> Transfer data from an external storage to memory. <device> can be any
GIO (software) (340 words) [view diff] exact match in snippet view article
these, GIO provides facilities for file monitoring, asynchronous I/O and filename completion. In addition to the interfaces, GIO provides implementations
Comparison of file archivers (1,933 words) [view diff] exact match in snippet view article find links to article
More recent versions of the zip file format have support for Unicode filenames. Commandline batch compression is available only for ZIP and ALZ formats
Amiga Old File System (871 words) [view diff] exact match in snippet view article find links to article
offset. For example: file_1a, file_24 and file_5u have the same hash value. Filename characters can be lowercase and uppercase, but are not case sensitive when
Persian Speech Corpus (355 words) [view diff] exact match in snippet view article find links to article
which has the form "[wav_filename]" "[Phoneme Sequence]" in every line orthographic-transcript.txt which has the form "[wav_filename]" "[Orthographic Transcript]"
Po (546 words) [view diff] exact match in snippet view article find links to article
the Mat, the Ta, and the Ni Rivers to form the Mattaponi River .po, a filename extension Petaoctet (Po), a unit of information storage Product owner,
DAT (358 words) [view diff] exact match in snippet view article find links to article
Technology, school subject in primary and secondary school .dat, computer filename extension, typically for a file considered to contain data dat (software)
Mucoepidermoid carcinoma (930 words) [view diff] exact match in snippet view article find links to article
mucoepidermoid carcinoma of the major salivary gland. The same lesion as shown in a filename "Mucoepidermoid carcinoma (2) HE stain.jpg". H & E stain Histopathologic
IO.SYS (1,037 words) [view diff] exact match in snippet view article find links to article
the bootsplash. Otherwise, the bootsplash in IO.SYS is used. The IO.SYS filename was also used by Disk Control Program [de] (DCP), an MS-DOS derivative
Move (command) (655 words) [view diff] exact match in snippet view article
already exist. If you are moving only one file, you can also include a filename if you want to rename the file when you move it. [drive:][path]dirname1:
Wang BASIC (3,791 words) [view diff] exact match in snippet view article find links to article
EXEC key displayed the next 15 lines. SAVE "filename" saved the current program to cassette and LOAD "filename" read it back in. SKIP 2F would read over
Amiga Hunk (2,068 words) [view diff] exact match in snippet view article find links to article
command line interpreter (called CLI, later AmigaShell). No particular filename extension is required for Amiga executable files. For example, the calculator
MSI (373 words) [view diff] exact match in snippet view article find links to article
skeletal systems which is usually due to a strenuous activity .MSI, the filename extension of Windows Installer packages Medium Scale Integration, a generation
Ksar (Unix sar grapher) (603 words) [view diff] exact match in snippet view article
pdf file -outputPNG <base filename> : output the graphs to PNG file using argument as base filename -outputJPG <base filename> : output the graphs to JPG
FT (400 words) [view diff] exact match in snippet view article find links to article
awarded by the Association for Death Education and Counseling .ft, the filename extension of Lotus Notes full type indexes FaceTime, a video chat feature
SDF (288 words) [view diff] exact match in snippet view article find links to article
Delay Format, for timing data SQL Server Compact Edition Database File (filename extension: .sdf) Structure data file, for chemical tables Scientific Data
BAT (297 words) [view diff] exact match in snippet view article find links to article
Block Address Translation registers in PowerPC microprocessors .bat, the filename extension used in DOS and Windows batch files Blunt abdominal trauma Brown
Spawn (computing) (910 words) [view diff] exact match in snippet view article
are: The path argument specifies the filename of the program to execute. For spawnlp and spawnvp only, if the filename does not have a path and is not in
3DMLW (543 words) [view diff] exact match in snippet view article find links to article
easy extension to include other formats. 3DMLW files use .3dmlw (e.g. filename.3dmlw) as extension and can be linked together similar to HTML. 3DMLW content
Gdbserver (360 words) [view diff] exact match in snippet view article find links to article
use a serial line) or a TCP hostname and port number, and The path and filename of the executable to be debugged It then waits passively for the host gdb
Jakarta Mail (1,179 words) [view diff] exact match in snippet view article find links to article
FileDataSource. public static void setFileAsAttachment(Message msg, String filename) throws MessagingException { // Create and fill first part MimeBodyPart
AdvFS (1,085 words) [view diff] exact match in snippet view article find links to article
Structures Bad blocks Table Limits Max volume size 16 TiB Max file size 16 TiB Max filename length 255 bytes Other Supported operating systems Tru64 UNIX
LDR (111 words) [view diff] exact match in snippet view article find links to article
LDR may refer to: LDraw filename extension Low-dynamic-range rendering (LDR rendering) in 3D computer graphics, vs. high-dynamic-range rendering Light
BBL (237 words) [view diff] exact match in snippet view article find links to article
barrels acronym for "be back later", used mainly in electronic communication filename extension produced by BibTeX This disambiguation page lists articles associated
Med (356 words) [view diff] exact match in snippet view article find links to article
Eric Dyson (born 1958), American academic, author, and radio host .med filename extension, used for: tracker modules created by OctaMED MEDLINE documents
LibSBML (1,661 words) [view diff] exact match in snippet view article find links to article
readSBMLFromFile(filename) >>> doc = libsbml.readSBMLFromString(string) >>> >>> # helper function that takes either a string >>> # or filename as argument
Jaikoz (702 words) [view diff] exact match in snippet view article find links to article
replace values in all/any column Intelligent FileName to Tagger can extract information from the filename into the tag without having to know the format
Amiga Fast File System (2,586 words) [view diff] exact match in snippet view article find links to article
being read by the older FFS): DOS\6: "Long Filename" (OFS-LNFS). This allowed files to have a longer filename (up to 107 characters) than the usual Amiga
Castor (framework) (934 words) [view diff] exact match in snippet view article
println("Usage: java javajaxb.EmployeeLister " + "[web.xml filename] [output.xml filename]"); return; } EmployeeLister lister = new EmployeeLister(new
CRD (145 words) [view diff] exact match in snippet view article find links to article
airline, ICAO airline designator CRD Records Chord (geometry) .crd, ChordPro filename extension Chrome Remote Desktop Common Rail Diesel CRD (engine) Completely