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

本站现有博文333篇,共被浏览922502

本站已经建立2628天!

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