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

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

本站已经建立2637天!

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