240 发简信
IP属地:上海
  • kill bash

    $ killall gedit 关闭gedit进程

  • Time series scaling

    For example, by default in AFNI (Cox, 1996) the time series is scaled ...

  • 服务器间传输数据

    1.tar -cf all.tar ./file 将当前目录下的file文件夹压缩成名为all.tar的压缩包 2. scp root@192....

  • Sed命令

    1.在txt文件中将指定行的字符替换成另一字符 sed -i '1,4s/pre/ post/' inputfile(将第1-4行中的pre替换...