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

本站现有博文321篇,共被浏览764572

本站已经建立2442天!

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