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

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

本站已经建立2616天!

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