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

本站现有博文330篇,共被浏览863087

本站已经建立2571天!

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