英文字典中文字典


英文字典中文字典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)



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


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

































































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


  • bash - What are the special dollar sign shell variables . . . - Stack . . .
    In Bash, there appear to be several variables which hold special, consistently-meaning values For instance, myprogram amp;; echo $! will return the PID of the process which backgrounded myprog
  • shell - Bash regex =~ operator - Stack Overflow
    What is the operator =~ called? I'm not sure it has a name The bash documentation just calls it the =~ operator Is it only used to compare the right side against the left side? The right side is considered an extended regular expression If the left side matches, the operator returns 0, and 1 otherwise Why are double square brackets required when running a test? Because =~ is an operator of
  • bash - What is the purpose of in a shell command? - Stack Overflow
    $ command one command two the intent is to execute the command that follows the only if the first command is successful This is idiomatic of Posix shells, and not only found in Bash It intends to prevent the running of the second process if the first fails You may notice I've used the word "intent" - that's for good reason
  • arguments - What is $@ in Bash? - Stack Overflow
    I reckon that the handle $@ in a shell script is an array of all arguments given to the script Is this true? I ask because I normally use search engines to gather information, but I can't google f
  • bash - Shell equality operators (=, ==, -eq) - Stack Overflow
    It depends on the Test Construct around the operator Your options are double parentheses, double brackets, single brackets, or test If you use ((…)), you are testing arithmetic equality with == as in C: $ (( 1==1 )); echo $? 0 $ (( 1==2 )); echo $? 1 (Note: 0 means true in the Unix sense and a failed test results in a non-zero number ) Using -eq inside of double parentheses is a syntax
  • Meaning of $? (dollar question mark) in shell scripts
    This is the exit status of the last executed command For example the command true always returns a status of 0 and false always returns a status of 1: true echo $? # echoes 0 false echo $? # echoes 1 From the manual: (acessible by calling man bash in your shell) ? Expands to the exit status of the most recently executed foreground pipeline By convention an exit status of 0 means success, and
  • How do AND and OR operators work in Bash? - Stack Overflow
    8 In bash, and || have equal precendence and associate to the left See Section 3 2 3 in the manual for details So, your example is parsed as $ (echo this || echo that) echo other And thus only the left-hand side of the or runs, since that succeeds the right-hand side doesn't need to run
  • linux - What does $@ mean in a shell script? - Stack Overflow
    What does a dollar sign followed by an at-sign (@) mean in a shell script? For example: umbrella_corp_options $@
  • Difference between ${} and $() in Bash - Stack Overflow
    I have two questions and could use some help understanding them What is the difference between ${} and $()? I understand that () means running command in separate shell and placing $ means passing
  • What do the -n and -a options do in a bash if statement?
    Nitpicking The switches -a and -n are not strictly part of a bash if statement in that the if command does not process these switches What are primaries? I call them "switches", but the bash documentation that you linked to refers to the same thing as "primaries" (probably because this is a common term used when discussing parts of a boolean expression) Background and docs In sh scripts if





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