巧用tail查看软件的安装进程

Posted 立体风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了巧用tail查看软件的安装进程相关的知识,希望对你有一定的参考价值。

我在使用perlbrew安装perl的时候,学到的一招,呵呵。

有时候,安装软件的时候,特别是手动安装的时候,没有什么提示信息,只能干等着,其实,可以使用tail命令来跟踪安装日志的尾部,来观察安装的进程。

具体说明:

比如:我用perlbrew安装perl:

perlbrew install perl-5.26.1

这时候,perlbrew提示要好久才能安装好,你可以通过tail来查看安装进程:

This could take a while. You can run the following command on another shell to track the status:

  tail -f ~/perl5/perlbrew/build.perl-5.26.1.log

tail的命令解释:默认是打印最后10行到标准输出。

Print  the  last  10  lines of each FILE to standard output.  With more
       than one FILE, precede each with a header giving the file name.

       With no FILE, or when FILE is -, read standard input.

       Mandatory arguments to long options are  mandatory  for  short  options
       too.

-f的含义是:当文件增长时输出附加的数据。

-f, --follow[={name|descriptor}]
              output appended data as the file grows;

 

以上是关于巧用tail查看软件的安装进程的主要内容,如果未能解决你的问题,请参考以下文章

linux下巧用ps得到运行线程个数和线程启动时间

讲清楚,说明白!巧用iftop找出是谁占用了带宽

无需第三方软件,巧用系统自带功能开启共享WIFI

Android 逆向Android 进程注入工具开发 ( Visual Studio 开发 Android NDK 应用 | Visual Studio 中 SDK 和 NDK 安装位置 )(代码片段

laravel巧用composer

巧用看图软件ACDSee实现文件管理功能