User Tools

Site Tools


linux:shellcommands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:shellcommands [2016/11/11 04:12] – [find] adminlinux:shellcommands [2017/03/15 02:36] – [date] admin
Line 29: Line 29:
   * convert unixtime<code bash>   * convert unixtime<code bash>
   date -d @1098181096   date -d @1098181096
-</code>  +</code> 
 +  * sync time:<code bash> 
 +ntpdate  pool.ntp.org 
 +</code>
 ===== file and directory commands ===== ===== file and directory commands =====
 ==== dirname ==== ==== dirname ====
Line 41: Line 44:
 </code> </code>
 ==== find files in directory==== ==== find files in directory====
-find . -name dev+<code bash> 
 +find . -name filename 
 +</code>
 ==== ln ==== ==== ln ====
   ln [OPTION]... TARGET [LINK_NAME]   ln [OPTION]... TARGET [LINK_NAME]
linux/shellcommands.txt · Last modified: 2022/10/29 16:15 by 127.0.0.1