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

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

本站已经建立2583天!

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