type
status
date
slug
summary
tags
category
icon
password
命令简介
nslookup(name server lookup)命令用于查询域名 DNS 信息的工具。nslookup 有两种工作模式,即“交互模式”和“非交互模式”。
语法格式
选项说明
应用举例
实例
google.com 相关的信息
! #表示此行是一个或多个需要更改的行的一部分+ #表示第二个文件中需要添加到第一个文件中的一行- #表示第一个文件中需要删除的一行[root@centos7 testdir]# diff -c cuttest.txt cest.txt*** cuttest.txt 2021-01-16 12:12:15.844549487 -0500--- cest.txt 2021-01-16 12:15:08.775042428 -0500****************** 1,6 ****--- 1,7 ---- aaaaabbbbbbbb cccccccccccccccccccc ddddddddddd+ 1111111111111111111111111111111111111111 fffffffffffffffffff ggggggggggggggggg wwwwwwwwwwwwwwww#合并的方式来进行比较[root@centos7 testdir]# diff -u cuttest.txt cest.txt--- cuttest.txt 2021-01-16 12:12:15.844549487 -0500+++ cest.txt 2021-01-16 12:15:08.775042428 -0500@@ -1,6 +1,7 @@ aaaaabbbbbbbb cccccccccccccccccccc ddddddddddd+1111111111111111111111111111111111111111 fffffffffffffffffff ggggggggggggggggg wwwwwwwwwwwwwwwwbash
- 作者:星极的小窝
- 链接:https://blog.xybin.top/article/Linux-3
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。