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

本站现有博文311篇,共被浏览742363

本站已经建立2382天!

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