From e44e56151d063e91272318bdc0df3f4c4badbb09 Mon Sep 17 00:00:00 2001 From: ZTinoZ Date: Sun, 25 Jan 2015 23:10:58 +0800 Subject: [PATCH] Translating by ZTinoZ --- ...0141223 20 Linux Commands Interview Questions & Answers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/talk/20141223 20 Linux Commands Interview Questions & Answers.md b/sources/talk/20141223 20 Linux Commands Interview Questions & Answers.md index 17a1179b8e..2b1fa24d92 100644 --- a/sources/talk/20141223 20 Linux Commands Interview Questions & Answers.md +++ b/sources/talk/20141223 20 Linux Commands Interview Questions & Answers.md @@ -82,9 +82,9 @@ 答: # find / -name core -exec rm {} \; -**问:15 What is the purpose of strings command ?** +**问:15 strings命令有什么作用?** -答: The strings command is used to extract and display the legible contents of a non-text file. +答: strings命令用来extract and display the legible contents of a non-text file. **问:16 What is the use tee filter ?**