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

本站现有博文327篇,共被浏览825856

本站已经建立2532天!

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