EADST

Linux: Check the Number of Folders and Files

Linux: Check the Number of Folders and Files

# check the file number in the current directory
ls -l |grep -c "^-"
# check the folder number in the current directory
ls -l |grep -c "^d"
# check the file number in the current directory and subdirectory
ls -lR | grep -c "^-"
# check the folder number in the current directory and subdirectory
ls -lR | grep -c "^d"
# check the file with "md" number in the current directory and subdirectory
ls -lR | grep "^-" | grep -c "md$"
# check the "py" file number in the current directory 
ls -l | grep -c "py"
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
uwsgi NLP LaTeX Search Cloudreve 证件照 Ubuntu Agent Zip 公式 顶会 API Anaconda 关于博主 CEIR Input 第一性原理 EXCEL OCR LLM CTC BeautifulSoup Dataset Base64 VPN Attention VGG-16 uWSGI Land News FP16 scipy Password Paddle GIT ONNX Augmentation Hotel Datetime AI Video RAR Gemma Pillow Michelin Domain Card 继承 Knowledge Color Hungarian FP8 ModelScope Rebuttal ChatGPT TensorRT 阿里云 Markdown CSV CUDA Algorithm git PyCharm Tensor Diagram 论文 Breakpoint Plate Hilton Excel GPT4 Docker OpenCV CLAP Bert FlashAttention Data PDF QWEN Disk Tracking TSV Tiktoken Vim Streamlit Template 图标 Crawler GoogLeNet Paper Permission GGML tqdm Sklearn Google Image2Text FP64 Baidu git-lfs Magnet v2ray Numpy 递归学习法 tar 云服务器 PIP XGBoost 财报 SVR LLAMA DeepStream C++ Llama XML 净利润 SQL Bipartite 多进程 Pytorch UI COCO Linux Git Statistics v0.dev Translation Animate LoRA GPTQ Review Jupyter 飞书 Vmess NLTK HuggingFace 搞笑 BTC Distillation 论文速读 torchinfo hf Mixtral Food Clash CV WebCrawler LeetCode Pandas Bitcoin Ptyhon 版权 Nginx llama.cpp Interview VSCode 域名 UNIX Proxy Claude Plotly SPIE 报税 mmap Math PyTorch OpenAI 算法题 BF16 Transformers MD5 Jetson transformers SQLite YOLO Safetensors Quantization Firewall Qwen2.5 TensorFlow RGB 多线程 Freesound Use NameSilo 音频 Random InvalidArgumentError HaggingFace diffusers 腾讯云 RL PDB 图形思考法 FastAPI ms-swift SAM Web logger IndexTTS2 CC 强化学习 Heatmap Qwen Django ResNet-50 Shortcut Conda JSON Logo Website TTS WAN DeepSeek Python CAM Github Quantize Bin Pickle Windows 签证 Miniforge FP32 icon printf Qwen2
站点统计

本站现有博文332篇,共被浏览894847

本站已经建立2596天!

热门文章
文章归档
回到顶部