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

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

本站已经建立2538天!

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