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

本站现有博文320篇,共被浏览756839

本站已经建立2421天!

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