Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王进波
Svn-to-Git
Commits
af9a4f38
Commit
af9a4f38
authored
Aug 11, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f0e9e218
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
常用命令行.md
常用命令行.md
+14
-0
No files found.
常用命令行.md
0 → 100644
View file @
af9a4f38
# 常用的命令行
### 日志查看
`tail -f <filename> `
Linux / Windows
说明:tail 是Linux下的日志查看工具,它最强的特性是可以动态查询最新的日志内容,并在标准输出上打印出来,加上参数
`-f`
后会滚动显示日志文件最底部的内容(也就是最新生成的日志)。
Windows下也有类似的方案,需要借助工具,我这里是推荐使用
`cmder`
, 它是一个终端模拟器,包含并扩展了很多Windows自带命令行的功能,在
`cmder`
中我们就可以使用
` tail -f <filename>`
命令,就像Linux下的一样。
工具我也上传到Gitlab了,到
[
这里
](
https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E5%B7%A5%E5%85%B7/cmder_mini.zip
)
下载,我上传的是mini版,也可以自己去官网下载完整版。
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment