英文字典中文字典


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







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

tar    音标拼音: [t'ɑr]
n. 焦油,柏油,水手
vt. 涂以焦油,怂恿
a. 焦油的

焦油,柏油,水手涂以焦油,怂恿焦油的

tar
n 1: any of various dark heavy viscid substances obtained as a
residue [synonym: {pitch}, {tar}]
2: a man who serves as a sailor [synonym: {mariner}, {seaman},
{tar}, {Jack-tar}, {Jack}, {old salt}, {seafarer}, {gob},
{sea dog}]
v 1: coat with tar; "tar the roof"; "tar the roads"

Tar \Tar\, n. [Abbrev. from tarpaulin.]
A sailor; a seaman. [Colloq.] --Swift.
[1913 Webster]


Tar \Tar\, n. [OE. terre, tarre, AS. teru, teoru; akin to D.
teer, G. teer, theer, Icel. tjara, Sw. tj[aum]ra, Dan.
ti[ae]re, and to E. tree. [root]63. See {Tree}.]
A thick, black, viscous liquid obtained by the distillation
of wood, coal, etc., and having a varied composition
according to the temperature and material employed in
obtaining it.
[1913 Webster]

{Coal tar}. See in the Vocabulary.

{Mineral tar} (Min.), a kind of soft native bitumen.

{Tar board}, a strong quality of millboard made from junk and
old tarred rope. --Knight.

{Tar water}.
(a) A cold infusion of tar in water, used as a medicine.
(b) The ammoniacal water of gas works.

{Wood tar}, tar obtained from wood. It is usually obtained by
the distillation of the wood of the pine, spruce, or fir,
and is used in varnishes, cements, and to render ropes,
oakum, etc., impervious to water.
[1913 Webster]


Tar \Tar\, v. t. [imp. & p. p. {Tarred}; p. pr. & vb. n.
{Tarring}.]
To smear with tar, or as with tar; as, to tar ropes; to tar
cloth.
[1913 Webster]

{To tar and feather a person}. See under {Feather}, v. t.
[1913 Webster]

177 Moby Thesaurus words for "tar":
AB, Amytal, Amytal pill, Ancient Mariner, Argonaut, Demerol,
Dolophine, Dylan, Flying Dutchman, H, Luminal, Luminal pill, M,
Mickey Finn, Nembutal, Nembutal pill, Neptune, OD, Poseidon,
Seconal, Seconal pill, Tuinal, Tuinal pill, Varuna, able seaman,
able-bodied seaman, alcohol, amobarbital sodium, analgesic,
anodyne, asphalt, barb, barbiturate, barbiturate pill, bedaub,
besmear, besmirch, black stuff, blacktop, blue, blue angel,
blue devil, blue heaven, blue velvet, bluejacket, buccaneer,
butter, calmative, carpet, causeway, cement, charcoal,
chloral hydrate, coal, coat, cobblestone, codeine,
codeine cough syrup, concrete, crow, dab, daub, deep-sea man,
defile, depressant, depressor, discolor, dolly, downer, ebon,
ebony, enamel, fair-weather sailor, fisherman, flag, floor, gild,
gloss, goofball, hard stuff, hearty, heroin, hop, horse, hypnotic,
ink, jack, jack afloat, jack-tar, jacky, jet, junk, knockout drops,
lacquer, laudanum, lay on, limey, liquor, lobsterman, lotus,
mariner, matelot, meperidine, metal, methadone, morphia, morphine,
narcotic, navigator, night, opiate, opium, pacifier, pain killer,
paregoric, pave, pebble, pen yan, phenobarbital,
phenobarbital sodium, pirate, pitch, prime, privateer,
purple heart, quietener, rainbow, raven, red, sailor, salt, scag,
sea dog, sea rover, seafarer, seafaring man, seaman,
secobarbital sodium, sedative, shipman, shit, slap on, slather,
sleep-inducer, sleeper, sleeping draught, sleeping pill, sloe,
smack, smear, smear on, smoke, smut, sodium thiopental, soil,
somnifacient, soot, soother, soothing syrup, soporific, spread on,
spread with, stain, sully, tarnish, tarpaulin, tranquilizer, turps,
undercoat, viking, water dog, whaler, white stuff, windjammer,
windsailor, yellow, yellow jacket

("Tape ARchive", following {ar}) {Unix}'s
general purpose {archive} utility and the file format it uses.
Tar was originally intended for use with {magnetic tape} but,
though it has several {command line options} related to tape,
it is now used more often for packaging files together on
other media, e.g. for distribution via the {Internet}.

The resulting archive, a "tar file" (humourously, "tarball")
is often compressed, using {gzip} or some other form of
compression (see {tar and feather}).

There is a {GNU} version of tar called {gnutar} with several
improvements over the standard versions.

{Filename extension}: .tar

{MIME type}: unregistered, but commonly application/x-tar

{Unix manual page}: tar(1).

Compare {shar}, {zip}.

(1998-05-02)



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


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

































































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


  • GNU tar 1. 35: 3. 4 All tar Options
    3 4 All tar Options The coming manual sections contain an alphabetical listing of all tar operations and options, with brief descriptions and cross-references to more in-depth explanations in the body of the manual They also contain an alphabetically arranged table of the short option forms with their corresponding long option
  • How to Compress and Extract Files Using the tar Command on Linux
    Learn how to use the 'tar' command in Linux to compress, extract, and manage files easily with detailed examples
  • 如何在Linux系统中解压缩Tar文件
    这篇文章将介绍如何把TAR文件包和通过GZip压缩的TAR文件包中的文件提取出来。 打开终端。
  • How to archive and extract files directories using tar in Linux
    The tar Command Archiving and compressing files are useful when creating backups and transferring data across a network One of the oldest and most common commands for creating and working with backup archives is the tar command
  • tar Cheat Sheet - tar Command Line Guide
    tar Cheat Sheet - tar Command Line Guide The tar command in Linux is used to archive multiple files into a single file, often referred to as a “tarball” or “archive ” It can also be used to compress and extract these archives The tar command is widely used for file backups, compression, and transferring large collections of files as
  • How to Compress and Extract Files with TAR in Linux
    The tar command stands for “tape archive” and the basic Unix command to archive files By default the command will save the archive in a tar file but it can also save it to a gzip file with the gz extension The tar command typically is available in most Linux distro There are also some alternatives such as the gzip and gunzip which specially handles the gz file and unzip which is for
  • Tar - GNU Project - Free Software Foundation
    Mailing lists Tar has the following mailing lists: bug-tar is used to discuss most aspects of Tar, including development and enhancement requests, as well as bug reports help-tar is for general user help and discussion Announcements about Tar and most other GNU software are made on info-gnu (archive)
  • TAR - Last Breath (Official Music Video) - YouTube
    Original track from "Made Of Tar" (2025)Tar - Guitars VocalsDilson Siud - BassMatheus Vazquez - Drums100% analog recording Recorded at ForestLAB StudioProdu
  • tar command - Documentation
    archive backup tar tar command Overview tar is a tool for processing archive files on GNU Linux and other UNIX operating systems It stands for "tape archive " Storing files conveniently on magnetic tape was the initial use of tar archives The name "tar" comes from this use Despite the utility's name, tar can direct its output to available devices, files, or other programs (using pipes) and
  • tar man page - LinuxCommand. org
    $ tar --warning=decompress-program -x -f archive Z tar (child): cannot run compress: No such file or directory tar (child): trying gzip This means that tar first tried to decompress ar‐ chive Z using compress, and, when that failed, switched to gzip record-size "Record size = %lu blocks" Keywords controlling incremental extraction:





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