当前位置:网站首页>How can I quickly check whether there is an error after FreeSurfer runs Recon all—— Core command tail redirection
How can I quickly check whether there is an error after FreeSurfer runs Recon all—— Core command tail redirection
2022-07-05 14:52:00 【[email protected]】
Running freesurfer In the process of , We need to check the log folder recon-all.log Is there a finished without error , And some of them exited with ERRORS, If you open each test folder one by one Scripts Of log Log check , It seems that the workload is huge . So how can we improve our inspection efficiency ?
So we can look at the last few lines of the log content and redirect it to a text file , Just check the redirected text file to see which subjects made mistakes , Which subjects are right .
This is the information of the subjects who have problems in operation .
This is the information of the subjects who have no problem
Now let's use Linux Self contained tail The command redirects the last few lines of the log file , among tail The detailed parameters are as follows :
tail For the last n The content of the line ,n The default is 10.tail You can also specify a point to start writing files to standard output , Use tail Ordered -f Option can display the contents at the end of the file on the screen , And don't refresh .
command :tail [ Necessary parameters ][ Select parameters ] file
Parameters ( Commonly used ):
版权声明
本文为[[email protected] @brain]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/186/202207051415031955.html
边栏推荐
- Select sort and bubble sort
- CODING DevSecOps 助力金融企业跑出数字加速度
- CPU design practice - Chapter 4 practice task 3 use pre delivery technology to solve conflicts caused by related issues
- Photoshop插件-动作相关概念-非加载执行动作文件中动作-PS插件开发
- Section - left closed right open
- 微帧科技荣获全球云计算大会“云鼎奖”!
- Anaconda uses China University of science and technology source
- 漫画:优秀的程序员具备哪些属性?
- Coding devsecops helps financial enterprises run out of digital acceleration
- Mongdb learning notes
猜你喜欢
超级哇塞的快排,你值得学会!
实现一个博客系统----使用模板引擎技术
选择排序和冒泡排序
P1451 求细胞数量/1329:【例8.2】细胞
FR练习题目---简单题
12 MySQL interview questions that you must chew through to enter Alibaba
Under the crisis of enterprise development, is digital transformation the future savior of enterprises
CPU设计相关笔记
【华为机试真题详解】字符统计及重排
1330:【例8.3】最少步数
随机推荐
Change multiple file names with one click
通过npm 或者 yarn安装依赖时 报错 出现乱码解决方式
Mongdb learning notes
可视化任务编排&拖拉拽 | Scaleph 基于 Apache SeaTunnel的数据集成
Un week - end heureux
申请代码签名证书时如何选择合适的证书品牌?
I collect multiple Oracle tables at the same time. After collecting for a while, I will report that Oracle's OGA memory is exceeded. Have you encountered it?
Jmeter性能测试:ServerAgent资源监控
easyOCR 字符識別
1330:【例8.3】最少步数
anaconda使用中科大源
亿咖通科技通过ISO27001与ISO21434安全管理体系认证
用 Go 跑的更快:使用 Golang 为机器学习服务
[recruitment position] infrastructure software developer
【jvm】运算指令
我想咨询一下,mysql一个事务对于多张表的更新,怎么保证数据一致性的?
Want to ask the big guy, is there any synchronization from Tencent cloud Mysql to other places? Binlog saved by Tencent cloud MySQL on cos
dynamic programming
Under the crisis of enterprise development, is digital transformation the future savior of enterprises
Photoshop插件-动作相关概念-ActionList-ActionDescriptor-ActionList-动作执行加载调用删除-PS插件开发