elephantine 音标拼音: [
, ɛləf'ænt
, in]
a . 象的,巨大的,粗笨的
象的,巨大的,粗笨的
elephantine adj 1 :
of great mass ;
huge and bulky ; "
a jumbo jet "; "
jumbo shrimp " [
synonym : {
elephantine }, {
gargantuan }, {
giant },
{
jumbo }]
Elephantine \
El `
e *
phan "
tine \,
a . [
L .
elephantinus of ivory ,
Gr .
?:
cf .
F . ['
e ]
l ['
e ]
phantin .]
Pertaining to the elephant ,
or resembling an elephant (
commonly ,
in size );
hence ,
huge ;
immense ;
heavy ;
as ,
of elephantine proportions ;
an elephantine step or tread .
[
1913 Webster ]
{
Elephantine epoch } (
Geol .),
the epoch distinguished by the existence of large pachyderms . --
Mantell .
{
Elephantine tortoise } (
Zo ["
o ]
l .),
a huge land tortoise ;
esp ., {
Testudo elephantina },
from islands in the Indian Ocean ;
and {
T .
elephantopus },
from the Galapagos Islands .
Elephantoid 118 Moby Thesaurus words for "
elephantine ":
Atlantean ,
Brobdingnagian ,
Cyclopean ,
Gargantuan ,
Herculean ,
Homeric ,
Latinate ,
abysmal ,
arid ,
astronomic ,
awkward ,
barren ,
blah ,
blank ,
bloodless ,
bombastic ,
bulky ,
characterless ,
clumsy ,
cold ,
colorless ,
colossal ,
cramped ,
cumbersome ,
cumbrous ,
dead ,
dismal ,
draggy ,
drearisome ,
dreary ,
dry ,
dryasdust ,
dull ,
dusty ,
effete ,
elephantlike ,
empty ,
enormous ,
epic ,
etiolated ,
fade ,
flat ,
forced ,
formal ,
gargantuan ,
giant ,
giantlike ,
gigantic ,
graceless ,
guinde ,
halting ,
heavy ,
heavy -
handed ,
heroic ,
ho -
hum ,
hollow ,
huge ,
hulking ,
hulky ,
immense ,
inane ,
inexcitable ,
infinite ,
inkhorn ,
insipid ,
jejune ,
jumbo ,
labored ,
leaden ,
lifeless ,
low -
spirited ,
lubberly ,
lumbering ,
lumpish ,
lumpy ,
maladroit ,
mammoth ,
massive ,
massy ,
mighty ,
monster ,
monstrous ,
monumental ,
mountainous ,
pale ,
pallid ,
pedestrian ,
plodding ,
pointless ,
poky ,
pompous ,
ponderous ,
prodigious ,
profound ,
sesquipedalian ,
slow ,
solemn ,
spiritless ,
sterile ,
stiff ,
stilted ,
stodgy ,
stuffy ,
stupendous ,
superficial ,
tasteless ,
tedious ,
titanic ,
towering ,
tremendous ,
turgid ,
ungraceful ,
uninspired ,
unlively ,
unwieldy ,
vapid ,
vast ,
wooden
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
regex - Unix - Using find to List all . html files. (Do not use shell . . . I've tried 'find -name html$', 'find -name html\>' None worked I'd like to know why these two are wrong and what's the right one to use with no wildcards?
find - list all directories containing *. html files and also list the . . . This prints the pathname of each directory containing any regular file whose name ends with either htm or html (regardless of case), followed by the ls -l output for that directory
find Command in Linux: Search Files and Directories The find command searches for files and directories by name, type, size, date, permissions, and more This guide covers practical examples including wildcards, …
How can I view all files in a websites directory? - Super User Is it possible to list all files and directories in a given website's directory from the Linux shell? Something similar to: but instead of some_directory, it would be ls -l http: www some_site com some_directory Obviously, the latter will not work
command line - search in subdirectories for all html files containing . . . From the terminal, use the find command to find all the files ending in html and use the grep command to filter the results to show only the names of files that contain the <abbr> string:
How to Find Human-Readable Files on Unix Linux: Text, Config, HTML . . . This flexibility is powerful but can make finding specific human-readable files—such as plain text, configuration files, HTML, or source code—challenging if you don’t know where to look
bash - Find all HTML files in a set of folders, extract specific HTML . . . I've currently managed to locate all HTML files using find, passed that content using the cat command to pup which parses the content and looks at the <article> tag and pipes the content to a new file called article-content txt
How to Open HTML File in Linux: A Step-by-Step Guide This guide walks through the most reliable ways to open HTML files on Linux, from double-clicking in the file manager to using command-line tools such as xdg-open, firefox, google-chrome, vim, and Python’s built-in web server
Mastering the `find` Command for Searching Files in All Directories in . . . In this blog post, we will delve into the fundamental concepts, usage methods, common practices, and best practices of using the find command to search for files in all directories in Linux