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

本站现有博文322篇,共被浏览789952

本站已经建立2485天!

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