AI & ChatGPT searches , social queriess for SHELL BUILTIN

Search references for SHELL BUILTIN. Phrases containing SHELL BUILTIN

See searches and references containing SHELL BUILTIN!

AI searches containing SHELL BUILTIN

SHELL BUILTIN

  • Shell builtin
  • Computer function

    shell builtin is a command or a function, exposed by a shell, that is implemented in the shell itself, instead of an external program which the shell

    Shell builtin

    Shell_builtin

  • Bash (Unix shell)
  • GNU replacement for the Bourne shell

    Bash Variables: Shell Builtin set: Shell Builtin shopt: Shell Builtin trap: While POSIX does specify certain uses of the trap builtin, the following signal

    Bash (Unix shell)

    Bash (Unix shell)

    Bash_(Unix_shell)

  • Shell (computing)
  • Direct interface to an operating system

    Internet Explorer shell – Programs based on the Internet Explorer browser engine Shell account – User account on a remote server Shell builtin – Computer function

    Shell (computing)

    Shell (computing)

    Shell_(computing)

  • NOP (code)
  • Machine instruction that indicates to a computer to do nothing

    expressed as pass when it should be empty. The ':' [colon] command is a shell builtin that has similar effect to a "NOP" (a do-nothing operation). It is not

    NOP (code)

    NOP_(code)

  • Nohup
  • POSIX (computer) command

    on a lower priority. $ nohup nice abcd & $ exit Some shells (e.g. bash) provide a shell builtin that may be used to prevent SIGHUP being sent or propagated

    Nohup

    Nohup

  • Test (Unix)
  • Command-line utility

    systems that evaluates conditional expressions. test was turned into a shell builtin command in 1981 with UNIX System III and at the same time made available

    Test (Unix)

    Test_(Unix)

  • Built-in
  • Topics referred to by the same term

    dictionary. Built-in, builtin, or built in may refer to: Shell builtin, a command or a function executed directly in the shell itself Builtin function, in computer

    Built-in

    Built-in

  • Dot (command)
  • Unix command

    23 May 2016. "Bash Reference Manual § Bourne Shell Builtins". Retrieved 23 May 2016. "ZSH Shell Builtin Commands". Retrieved 23 May 2016. "ksh man page"

    Dot (command)

    Dot_(command)

  • Unix shell
  • Command-line interpreter for Unix operating system

    to all the later Unix shells, including here documents, command substitution, more generic variables and more extensive builtin control structures. The

    Unix shell

    Unix shell

    Unix_shell

  • Type (Unix)
  • Unix command

    a shell builtin $ type cp cp is /bin/cp $ type unknown unknown not found $ type type type is a shell builtin The type command was a shell builtin for

    Type (Unix)

    Type_(Unix)

  • Bourne shell
  • Command-line interpreter for operating systems

    – System III shell (1981) cat <<-EOF for indented here documents – System III shell (1981) Functions and the return builtin – SVR2 shell (1984) Built-ins

    Bourne shell

    Bourne shell

    Bourne_shell

  • Disown (Unix)
  • Unix builtin command

    In the Unix shells ksh, bash, fish and zsh, the disown builtin command is used to remove jobs from the job table, or to mark jobs so that a SIGHUP signal

    Disown (Unix)

    Disown_(Unix)

  • Kill (command)
  • Command in several OSes to terminate a process

    Wayland compositor. The kill command is also available as a shell builtin in the OS-9 shell. It is used to kill another process by process ID. Stop the

    Kill (command)

    Kill_(command)

  • Fish (Unix shell)
  • User-friendly interactive Unix shell

    main shell. fish never creates subshells for language features; all builtins happen within the parent shell. # This will not work in many other shells, since

    Fish (Unix shell)

    Fish (Unix shell)

    Fish_(Unix_shell)

  • Pwd
  • Shell command that reports the working directory

    with similar functionality. The command is implemented as a shell builtin in many Unix shells including sh, ash, bash, ksh, and zsh. It can be implemented

    Pwd

    Pwd

    Pwd

  • Command (Unix)
  • Unix shell builtin

    specified in the POSIX standard and is often implemented in Unix shells as a shell builtin function or alias. In the following, the ls command is run directly

    Command (Unix)

    Command_(Unix)

  • Command-line interface
  • Software interface based on commands formatted as lines of text

    A command-line interface (CLI), also known as a command-line shell, is a means of interacting with software via commands – each formatted as a line of

    Command-line interface

    Command-line interface

    Command-line_interface

  • Environment variable
  • User-definable variable associated with each running process in many operating systems

    command line shells. It unsets a shell variable, removing it from memory and the shell's exported environment. It is implemented as a shell builtin, because

    Environment variable

    Environment_variable

  • Comparison of command shells
  • of the name of a command. In most shells, a command can be a program in the command path (usually $PATH), a builtin command, a function or alias. Path

    Comparison of command shells

    Comparison of command shells

    Comparison_of_command_shells

  • CP/M
  • Discontinued family of computer operating systems

    parameters separated by spaces or special characters. Similar to a Unix shell builtin, if an internal command is recognized, it is carried out by the CCP

    CP/M

    CP/M

    CP/M

  • Polyglot (computing)
  • Computer program or file valid in multiple programming languages or file formats

    (($x))" is a valid statement in both bash and PHP. printf is a bash shell builtin which is identical to the C printf except for its omission of brackets

    Polyglot (computing)

    Polyglot_(computing)

  • Outline of Ubuntu
  • Linux distribution

    search plain-text files for lines that match a regular expression. Shell builtins alias — enables a replacement of a word by another string. It is mainly

    Outline of Ubuntu

    Outline_of_Ubuntu

  • Glob (programming)
  • Patterns used in computer programming

    formalized as glob() and gmatch(). Shell-statement-level globbing by default became commonplace following the "builtin"-integration of globbing-functionality

    Glob (programming)

    Glob (programming)

    Glob_(programming)

  • Time (Unix)
  • Command in Unix and Unix-like operating systems

    time(1) can exist as a standalone program (such as GNU time) or as a shell builtin in most cases (e.g. in sh, bash, tcsh or in zsh). The total CPU time

    Time (Unix)

    Time (Unix)

    Time_(Unix)

  • Thompson shell
  • Unix command interpreter

    flow, were implemented as separate commands. The shell has no facilities for comments besides a builtin command :. Programmers simply write text after this

    Thompson shell

    Thompson_shell

  • Stopwatch
  • Handheld timepiece measuring an amount of time

    stopwatch application on an Android device. A simple stopwatch by Unix CLI shell builtins time and read (Ctrl+d to stop): $ time read real 0m9.760s user 0m0.000s

    Stopwatch

    Stopwatch

    Stopwatch

  • Restricted shell
  • filenames in Bash builtins Restrictions in the restricted KornShell are much the same as those in the restricted Bourne shell. The restricted shell is not secure

    Restricted shell

    Restricted_shell

  • Pushd and popd
  • Shell commands to save and restore the working directory

    available as builtin commands in many shells, such as Bash, Command Prompt, PowerShell, C shell, tcsh, 4DOS, Hamilton C shell, KornShell, and FreeCOM

    Pushd and popd

    Pushd and popd

    Pushd_and_popd

  • Fc (Unix)
  • to be "intrinsic" by POSIX, it is implemented as a builtin in the Bash, Zsh, and Almquist shells. Invoked with no options, the command opens a text editor

    Fc (Unix)

    Fc_(Unix)

  • Job control (Unix)
  • Control of jobs in a Unix shell

    interface to job control – modeled on the Korn shell. The commands are typically implemented as shell builtins, not separate programs. Start in background

    Job control (Unix)

    Job_control_(Unix)

  • Title (command)
  • Command of command line interpreters

    the disc in the current drive. In case of Microsoft Windows it is a shell builtin of the command-line interpreter cmd.exe. The command is available in

    Title (command)

    Title (command)

    Title_(command)

  • Whereis
  • Command on Unix and Unix-like operating systems

    similar to the where utility in Multics. List of Unix commands command (shell builtin) which (command) type (Unix) hash (Unix) "Evolution of Unix section

    Whereis

    Whereis

  • Forfiles
  • for option /C must be a program, spawning a sub-shell (cmd.exe) via CMD /C is required for shell builtin command ECHO. C:\>FORFILES /P C:\Windows /M *.LOG

    Forfiles

    Forfiles

  • Wait (command)
  • Command which pauses until execution of a background process has ended

    the job table of the current shell execution environment. Under the POSIX specifications it is required to be a shell builtin. This command can be useful

    Wait (command)

    Wait_(command)

  • Printf (Unix)
  • Shell command for formatting and outputting text; like printf() library function

    variety of Unix and Unix-like systems. Some shells implement the command as builtin and some provide it as a utility program The command has similar syntax

    Printf (Unix)

    Printf (Unix)

    Printf_(Unix)

  • Ftype
  • Windows command

    introduced as a shell builtin to cmd.exe with the release of Windows NT 4.0. It lists all Registry keys in HKEY CLASSES ROOT which contain the shell\open\command

    Ftype

    Ftype

  • Export (disambiguation)
  • Topics referred to by the same term

    symbols from a shared library export, a Unix command that is usually a shell builtin Export of revolution, actions by a victorious revolutionary government

    Export (disambiguation)

    Export_(disambiguation)

  • Command-line completion
  • Software feature

    command, and variable name completion activated using Tab ↹. The 'complete' builtin command provides fully programmable completion. The source code comes with

    Command-line completion

    Command-line_completion

  • Help (command)
  • Command in various command line shells

    for cmdlets, providers, and concepts in PowerShell. In Bash, the builtin command help' lists all Bash builtin commands if used without arguments. Otherwise

    Help (command)

    Help (command)

    Help_(command)

  • Echo (command)
  • Shell command for writing to standard output

    be re-directed to a file or piped to another process. Many shells implement echo as a builtin command rather than an external application as are many other

    Echo (command)

    Echo_(command)

  • Exec (system call)
  • Execute a file (a library function and/or a system call)

    the spawn() functions (see below). Many Unix shells also offer a builtin exec command that replaces the shell process with the specified program. Wrapper

    Exec (system call)

    Exec_(system_call)

  • Printf
  • C function to format and output text

    allowing the programmer to use a specific formatting function for non-builtin types. One is the (now deprecated) glibc's register_printf_function().

    Printf

    Printf

  • Qshell
  • Optional command-line interpreter for the IBM

    interpreter on IBM i 7.4. ajar alias appletviewer attr basename break builtin cat catsplf cd chgrp chmod chown clrtmp cmp colon (:) command compress

    Qshell

    Qshell

  • Control flow
  • How software progresses through its implementation

    where the syntax is BEGIN ... WHILE ... REPEAT, and the shell script languages Bourne shell (sh) and bash, where the syntax is while ... do ... done

    Control flow

    Control_flow

  • Fork bomb
  • Type of denial-of-service software attack

    When the shell is in POSIX mode (see Bash POSIX Mode), fname must be a valid shell name and may not be the same as one of the special builtins (see Special

    Fork bomb

    Fork bomb

    Fork_bomb

  • COMSPEC
  • Windows environment variable containing the directory path to the command shell

    evaluates COMSPEC, for example, to execute builtin commands in pipelines and to execute command lines with its builtin FOR command. The variable's contents

    COMSPEC

    COMSPEC

  • List of DOS system files
  • initialization code and builtin device drivers; MSDOS.SYS (or IBMDOS.COM): This contains the DOS kernel. Command-line interpreter (Shell): COMMAND.COM: This

    List of DOS system files

    List_of_DOS_system_files

  • Zig (programming language)
  • General-purpose programming language

    be handled via the Build System instead of using the @cImport language builtin, which has been 'deleted' from the language. Additionally the release deprecated

    Zig (programming language)

    Zig (programming language)

    Zig_(programming_language)

  • Getopt
  • C library function for parsing command-line options

    and they created the builtin getopts command for Unix SVR3 Bourne Shell instead. The advantage of building the command into the shell is that it now has

    Getopt

    Getopt

  • DOSBox
  • Free MS-DOS emulator

    emulator that provides BIOS interrupts and contains its own internal DOS-like shell. This means that it can be used without owning a license to any real DOS

    DOSBox

    DOSBox

    DOSBox

  • Bc (programming language)
  • Arbitrary-precision calculator supporting interactive and scripted use

    i(y)) { return (x ^ y) } return ( e( y * l(x) ) ) } Calculate pi using the builtin arctangent function, a(): $ bc -lq scale=10000 4*a(1) # The atan of 1 is

    Bc (programming language)

    Bc_(programming_language)

  • Here document
  • Section of a source code file that is treated as if it were a separate file

    command needs to run in the current process, as is the case with the read builtin: $ echo 'one two three' | read -r a b c $ echo "$a $b $c" yields nothing

    Here document

    Here_document

  • GNOME
  • Desktop environment for Linux and other Unix-like systems

    GDM is gaining a dependency on systemd’s userdb infrastructure and the builtin service manager of gnome-session is being removed. "GNOME is about to gain

    GNOME

    GNOME

    GNOME

  • Endianness
  • Order of bytes in a computer word

    be compiled into native processor instructions (bswap/movbe), such as __builtin_bswap32. Software interfaces for swapping include: Standard network endianness

    Endianness

    Endianness

    Endianness

  • Process identifier
  • Number used by operating system kernels to identify an active process

    archived from the original on 2024-06-07 Linux kernel code: tools/perf/builtin-sched.c, pid 0 == swapper == idle task kill(2) — Linux manual page sched_setscheduler(2)

    Process identifier

    Process_identifier

  • Meson (software)
  • Build automation tool

    represented as custom targets. The Meson language is strongly typed, such that builtin types like library, executable, string, and lists thereof, are non-interchangeable

    Meson (software)

    Meson (software)

    Meson_(software)

  • Ctags
  • Shell command for indexing source code identifiers

    CtagsSideKick, or Jump) JOE KDevelop Kate mcedit (Midnight Commander builtin editor) NEdit Notepad++ (via OpenCTags plug-in) QDevelop TSE (via macro)

    Ctags

    Ctags

  • List of XML and HTML character entity references
  • internal DTD subset. However, modern XML parsers recognize and implement a builtin cache for SGML references to DTDs used by all standard versions of HTML

    List of XML and HTML character entity references

    List_of_XML_and_HTML_character_entity_references

  • Prolog
  • Programming language that uses first order logic

    interpreter uses a table of built-in Prolog predicates of the form builtin(A is B). builtin(read(X)). % etc. and clauses represented as clause_cf(Head, Body

    Prolog

    Prolog

  • List of DOS commands
  • and later. Beginning with Windows XP, the command processor "DOS" offers builtin-help for commands by using /? (e.g. COPY /?) A conditional statement, that

    List of DOS commands

    List_of_DOS_commands

  • Seq (Unix)
  • Unix utility to output a number sequence

    expr), and with more recent shells adding builtin numeric iteration, seq is less commonly used today. In the modern Linux shell, bash, the above example

    Seq (Unix)

    Seq_(Unix)

  • List of Canon products
  • professional-class SLR camera body, but it was not successful. Available with builtin motor-drive option (not detachable). Canonflex R2000 (1960) – An upgrade

    List of Canon products

    List of Canon products

    List_of_Canon_products

  • Ciao (programming language)
  • compiler is capable of producing small executables (including only those builtins used by the program) and the interpreter supports scripting. The environment

    Ciao (programming language)

    Ciao_(programming_language)

  • Opus (audio format)
  • Lossy audio coding format

    support Opus. TrueConf supports Opus in its VoIP products. Asterisk lacked builtin Opus support for legal reasons, but a third-party patch was available for

    Opus (audio format)

    Opus (audio format)

    Opus_(audio_format)

  • Perl
  • Interpreted programming language first released in 1987

    This allowed module authors to make subroutines that behaved like Perl builtins. Perl 5.003 was released June 25, 1996, as a security release. One of the

    Perl

    Perl

    Perl

  • Ballerina (programming language)
  • Programming language

    GitHub: The language provides support for working with JSON values. The builtin type `json` is defined as the following union: ()|boolean|int|float|de

    Ballerina (programming language)

    Ballerina_(programming_language)

  • Universe (Unix)
  • a SysV UNIX or a BSD 4.3 UNIX Schweisguth, Dave (1995-04-29). "TCSH(1) Builtin commands#warp". University of California, Santa Barbara Physics Computing

    Universe (Unix)

    Universe_(Unix)

  • Kofun period
  • Period of Japanese history from 258/300 to 538/710 AD

    Kanta Takata. "An Analysis of the Background of Japanese-style Tombs Builtin the Southwestern Korean Peninsula in the Fifth and Sixth Centuries". Bulletin

    Kofun period

    Kofun period

    Kofun_period

  • TI-Nspire series
  • Series of graphing calculators

    run Python (Version 3.4.0 in September 2020) scripts in an interpreter shell or from the main calculator command line. The TI-Nspire Lab Cradle is a

    TI-Nspire series

    TI-Nspire series

    TI-Nspire_series

  • ScummVM
  • Set of game engine recreations

    of the Haunted Schoolhouse Freddi Fish 3: The Case of the Stolen Conch Shell Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch Freddi Fish

    ScummVM

    ScummVM

    ScummVM

  • Comparison of wiki software
  • Software to run a collaborative wiki compared

    Desktop version Python Yes MojoMojo Linux, Macs, Unix, Windows, others None: builtin server suitable for desktop or production use SQL database (MySQL, PostgreSQL

    Comparison of wiki software

    Comparison_of_wiki_software

  • List of historic properties in Phoenix
  • part of the Oakland Historic District. The Produce Center Building was builtin 1956 and is located at 2202 W. McDowell Road. It was listed in the Phoenix

    List of historic properties in Phoenix

    List of historic properties in Phoenix

    List_of_historic_properties_in_Phoenix

AI & ChatGPT searchs for online references containing SHELL BUILTIN

SHELL BUILTIN

AI search references containing SHELL BUILTIN

SHELL BUILTIN

  • Shelly
  • Girl/Female

    Hindu

    Shelly

    A way to do work

    Shelly

  • Snell
  • Boy/Male

    Anglo Saxon

    Snell

    Nold.

    Snell

  • Snell
  • Surname or Lastname

    English

    Snell

    English : nickname for a brisk or active person, from Middle English snell ‘quick’, ‘lively’, in part also representing a survival of the Old English personal name Snell or the cognate Old Norse Snjallr.

    Snell

  • SHELL
  • Male

    English

    SHELL

    Short form of English unisex Shelley, SHELL means "clearing near a ledge/slope."

    SHELL

  • Shelly
  • Girl/Female

    American, Anglo, Assamese, Australian, Bengali, British, Christian, Danish, Dutch, English, French, Hebrew, Hindu, Indian, Kannada, Tamil, Telugu

    Shelly

    From the Ledge Meadow; Meadow on the Ledge; Little Rock; Ewe; Female Sheep; Style; Manner; Method; Language

    Shelly

  • Sheil
  • Boy/Male

    Bengali, Hindu, Indian, Kannada, Malayalam, Marathi, Telugu

    Sheil

    Mountain

    Sheil

  • Sheil
  • Girl/Female

    Hindu, Indian

    Sheil

    Cultured

    Sheil

  • Shell
  • Surname or Lastname

    English

    Shell

    English : habitational name from Shell, a place in Worcestershire, so named from Old English scylf ‘bank’, ‘shelf’.Jewish (Ashkenazic) : ornamental name from German Schelle ‘bell’.Americanized spelling of German Schall or Schill.

    Shell

  • ÁSKELL
  • Male

    Icelandic

    ÁSKELL

    Icelandic form of Old Norse Ásketill, ÁSKELL means "divine kettle."

    ÁSKELL

  • Stell
  • Surname or Lastname

    North German

    Stell

    North German : topographic name for someone who lived near a marsh, from an old dialect word stel ‘bog’, where the land was built up on mudflats (behind the dyke) for cattle grazing. The word later assumed the meaning ‘small farm’.English (West Yorkshire) : variant of Still 2, possibly also of Steel.

    Stell

  • Shelly
  • Boy/Male

    English American

    Shelly

    Meadow on a ledge.

    Shelly

  • Cragen
  • Girl/Female

    Welsh

    Cragen

    Shell.

    Cragen

  • Shelly
  • Surname or Lastname

    English

    Shelly

    English : variant spelling of Shelley.

    Shelly

  • Sheel
  • Boy/Male

    Indian, Sanskrit

    Sheel

    Good Character

    Sheel

  • Shelli
  • Girl/Female

    American, Australian, British, English

    Shelli

    Meadow on a Ledge

    Shelli

  • Hell
  • Surname or Lastname

    English

    Hell

    English : variant of Hill, from southeastern Middle English hell ‘hill’, a dialect form characteristic of Kent and Sussex.English : from a personal name, Helle, which may have been a variant of Elie (a Middle English form of Elias), or perhaps a short form of a personal name formed with Hild- as the first element (see Hilliard for example), or perhaps from the female personal name Helen.German : nickname from Middle High German hell ‘bright’, ‘shining’.German : variant of Helle 3.

    Hell

  • Shill
  • Surname or Lastname

    English (Gloucestershire)

    Shill

    English (Gloucestershire) : unexplained.Americanized spelling of Schill.

    Shill

  • Shella
  • Girl/Female

    Hindu

    Shella

    Shella

  • Sheel
  • Boy/Male

    Hindu

    Sheel

    Character, Custom, Nature

    Sheel

  • Shelly
  • Girl/Female

    Anglo Saxon English American

    Shelly

    From the ledge meadow.

    Shelly

AI search queriess for Facebook and twitter posts, hashtags with SHELL BUILTIN

SHELL BUILTIN

Follow users with usernames @SHELL BUILTIN or posting hashtags containing #SHELL BUILTIN

SHELL BUILTIN

Online names & meanings

  • Vimla
  • Girl/Female

    Assamese, Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Sindhi, Telugu, Traditional

    Vimla

    Clean

  • Berowalt
  • Boy/Male

    German

    Berowalt

    Mighty as a Bear

  • Jayavardhini
  • Girl/Female

    Assamese, Hindu, Indian, Kannada, Traditional

    Jayavardhini

    Goddess who Increases Victory

  • Bhavneet
  • Boy/Male

    Indian, Punjabi, Sikh

    Bhavneet

    Moral of the World

  • Ninos
  • Boy/Male

    Arabic, Muslim

    Ninos

    Assyrian King; God is Gracious

  • Wolman
  • Surname or Lastname

    English

    Wolman

    English : variant of Wool.Respelling of Jewish Wollman, or of the German cognate, Wollmann.

  • Hanthorn
  • Surname or Lastname

    English

    Hanthorn

    English : unexplained. Compare Henthorn.

  • Aadhaya
  • Girl/Female

    Hindu, Indian, Marathi, Sindhi, Tamil

    Aadhaya

    First Power

  • JESSICA
  • Female

    English

    JESSICA

    English Shakespearean name of the daughter of Shylock, probably based on Hebrew Yiska, JESSICA means "one who beholds" or "one who looks out."

  • Panchsheel
  • Boy/Male

    Indian, Telugu

    Panchsheel

    Five Good Things

AI search & ChatGPT queriess for Facebook and twitter users, user names, hashtags with SHELL BUILTIN

SHELL BUILTIN

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing SHELL BUILTIN

SHELL BUILTIN

AI searchs for Acronyms & meanings containing SHELL BUILTIN

SHELL BUILTIN

AI searches, Indeed job searches and job offers containing SHELL BUILTIN

Other words and meanings similar to

SHELL BUILTIN

AI search in online dictionary sources & meanings containing SHELL BUILTIN

SHELL BUILTIN

  • Bulla
  • n.

    A genus of marine shells. See Bubble shell.

  • Shill
  • v. t.

    To put under cover; to sheal.

  • Shell
  • n.

    The covering, or outside part, of a nut; as, a hazelnut shell.

  • Shell
  • v. t.

    To throw shells or bombs upon or into; to bombard; as, to shell a town.

  • Shell
  • n.

    A light boat the frame of which is covered with thin wood or with paper; as, a racing shell.

  • Smell
  • v. i.

    To exercise the sense of smell.

  • Tube-shell
  • n.

    Any bivalve mollusk which secretes a shelly tube around its siphon, as the watering-shell.

  • Shell-less
  • a.

    Having no shell.

  • Shealing
  • n.

    The outer husk, pod, or shell, as of oats, pease, etc.; sheal; shell.

  • Wing-shell
  • n.

    Any pteropod shell.

  • Malleus
  • n.

    A genus of bivalve shells; the hammer shell.

  • Sheal
  • n.

    A shell or pod.

  • Shell
  • v. i.

    To fall off, as a shell, crust, etc.

  • Shell
  • v. i.

    To cast the shell, or exterior covering; to fall out of the pod or husk; as, nuts shell in falling.

  • Shrapnel
  • n.

    A shrapnel shell; shrapnel shells, collectively.

  • Shelly
  • a.

    Abounding with shells; consisting of shells, or of a shell.

  • Shell
  • v. t.

    To strip or break off the shell of; to take out of the shell, pod, etc.; as, to shell nuts or pease; to shell oysters.

  • Shill
  • v. t.

    To shell.