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

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

本站已经建立2465天!

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