Lin's Blog

Home Archives
2022-11-16

linux文本操作

  1. 把src.txt 的文本追加到dst.txt 后面

    1
    cat src.txt >> dst.txt
  2. linux 单线程所能支持的最大文件处理数量

    1
    cat /proc/sys/fs/file-max

    设置:例如设置成8192

    1
    echo 8192 > /proc/sys/fs/file-max
Share
  • shell
Newer
AutoBuild
Older
C++关键字总结

Tags

  • Anaconda
  • LLVM
  • Neovim
  • c/c++
  • clang-format
  • git
  • github
  • hexo
  • interview
  • linux
  • python
  • shell
  • vim

Tag Cloud

Anaconda LLVM Neovim c/c++ clang-format git github hexo interview linux python shell vim

Archives

  • June 2023
  • May 2023
  • November 2022

Recent Posts

  • git clang-format
  • linux安装Anaconda以及基本用法
  • github: 问题收集
  • Neovim: 安装与配置
  • github: workflow
© 2023 Lin Chen
Powered by Hexo
Home Archives