英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

bash    音标拼音: [b'æʃ]
vt.
vi. 怒殴,打坏
n. 怒殴,猛击

怒殴,打坏怒殴,猛击

bash
n 1: a vigorous blow; "the sudden knock floored him"; "he took a
bash right in his face"; "he got a bang on the head" [synonym:
{knock}, {bash}, {bang}, {smash}, {belt}]
2: an uproarious party [synonym: {bash}, {do}, {brawl}]
v 1: hit hard [synonym: {sock}, {bop}, {whop}, {whap}, {bonk},
{bash}]

Bash \Bash\, v. t. [imp. & p. p. {Bashed}; p. pr. & vb. n.
{Bashing}.] [Perh. of imitative origin; or cf. Dan. baske to
strike, bask a blow, Sw. basa to beat, bas a beating.]
To strike heavily; to beat; to crush. [Prov. Eng. & Scot.]
--Hall Caine.
[1913 Webster]

Bash her open with a rock. --Kipling.
[Webster 1913 Suppl.]


Bash \Bash\, n.
1. a forceful blow, especially one that does damage to its
target.
[PJC]

2. a elaborate or lively social gathering or party.
[PJC]


Bash \Bash\, v. t. & i. [OE. baschen, baissen. See {Abash}.]
To abash; to disconcert or be disconcerted or put out of
countenance. [Obs.]
[1913 Webster]

His countenance was bold and bashed not. --Spenser.
[1913 Webster]

77 Moby Thesaurus words for "bash":
bang, bat, batter, beat, beating, belt, biff, blow, blowout, bonk,
bruise, buffet, bung, bung up, chop, clap, clip, clobber, clout,
clump, coldcock, contuse, crack, cut, dash, deal, deal a blow,
deck, dig, dint, drub, drubbing, drumming, fetch, fetch a blow,
fusillade, hit, hit a clip, jab, knock, knock cold, knock down,
knock out, let have it, lick, maul, paste, pelt, plunk, poke,
pound, punch, rap, shindy, slam, slog, slug, smack, smash, smite,
snap, soak, sock, strike, strike at, stroke, swat, swing, swipe,
tattoo, thump, thwack, wallop, whack, wham, whop, yerk

Bourne Again SHell. {GNU}'s {command interpreter} for {Unix}.
Bash is a {Posix}-compatible {shell} with full {Bourne shell}
syntax, and some {C shell} commands built in. The Bourne
Again Shell supports {Emacs}-style command-line editing, job
control, functions, and on-line help. Written by Brian Fox of
{UCSB}.

The latest version is 1.14.1. It includes a {yacc} parser,
the interpreter and documentation.

{(ftp://ftp.gnu.org/bash-1.14.1.tar.gz)} or from a
{GNU archive site}. E-mail: .
{Usenet} newsgroup: {news:gnu.bash.bug}.

(1994-07-15)



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Whats the difference between lt; lt;, lt; lt; lt; and lt; lt; in bash?
    In bash these are implemented via temp files, usually in the form tmp sh-thd <random string>, while in dash they are implemented as anonymous pipes This can be observed via tracing system calls with strace command Replace bash with sh to see how bin sh performs this redirection $ strace -e open,dup2,pipe,write -f bash -c 'cat <<EOF > test
  • bash - What does lt; lt; lt; mean? - Unix Linux Stack Exchange
    Take a look at the Bash man page This notation is part of what's called a here documents here strings It allows you the ability to generate multi-line data input as one continuous string The variation you're asking about is called a here string excerpt from Bash man page
  • bash - Precedence of the shell logical operators , || - Unix Linux . . .
    This is not the case with Bash, however, in which both operators have the same precedence, which is why Bash parses your expression using the left-associativity rule Thanks to Kevin's comment for bringing this up There might also be cases where all 3 expressions are evaluated
  • bash - Confusing use of and - Unix Linux Stack Exchange
    Bash Operators for scripting 0 Using numbers with decimal points in if statements and operators Hot
  • What is the meaning of read -r? - Unix Linux Stack Exchange
    The Bash man page's section about read states that, by default The backslash character (\) may be used to remove any special meaning for the next character read and for line continuation but, if you pass -r, then Backslash does not act as an escape character The backslash is considered to be part of the line
  • What does -s and [ []] mean in an if condition in bash?
    The -s test returns true if [ ] if file exists and has a size greater than zero This is documented in the bash manual, and also in the manual for the test utility (the test may also be written if test -s file; then)
  • What does the -e do in a bash shebang? - Unix Linux Stack Exchange
    All the bash command line switches are documented in man bash -e Exit immediately if a pipeline (which may consist of a single simple command), a subshell command enclosed in parentheses, or one of the commands executed as part of a command list enclosed by braces (see SHELL GRAMMAR above) exits with a non-zero status
  • bash - Whats the difference between $@ and - Unix Linux Stack Exchange
    cat foo sh #! bin bash echo The parameters passed in are $@ echo The parameters passed in are $* foo sh herp derp The parameters passed in are herp derp The parameters passed in are herp derp Is one preferred over the other? Why are there 2 builtin variables to do the exact same thing?
  • What is bash command in bash? - Ask Ubuntu
    bash is a command interpreter, a shell, a program with an interface that interprets the commands that you put into it When you call bash from bash, you simply start a new shell 'inside' the original shell When you exit from this second shell, you return to the original shell
  • How do I create a permanent Bash alias? - Ask Ubuntu
    With ~ bashrc, you source your bash Executing the file would start a child process, execute the commands in this process, then return All that is done in the child process has no effect on the parent process (the bash from which you executed) Instead, sourcing (with the dot) acts exactly as if you wrote the content of the file in the





中文字典-英文字典  2005-2009