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

本站现有博文324篇,共被浏览808752

本站已经建立2511天!

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