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

本站现有博文336篇,共被浏览946723

本站已经建立2657天!

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