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

本站现有博文323篇,共被浏览795340

本站已经建立2493天!

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