OpenCores
URL https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk

Subversion Repositories oms8051mini

[/] [oms8051mini/] [trunk/] [help/] [help.unix.txt] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 dinesha
 
2
1. To login the other machine, with display setting, use -Y along with ssh
3
    ssh -Y blrc08
4
 
5
2. How to get the full file name in a directory
6
   find $PWD
7
 
8
3.  How to search a file name including subdirectory
9
   find . -name 
10
   Example-1: find . -name img2_jtag_pack.vhd
11
   Example-2: find /home/me/subdir -name "abc*"
12
 
13
4. How to exclude a file name in search
14
   find . ! -name 
15
   Example-1: find . !  -name img2_jtag_pack.vhd
16
   Example-2: find /home/me/subdir  ! -name ".*"
17
 
18
5. To watch the regression status periodically
19
  cho  "################## Rx Chain Regression ##################" > regression_rx.rpt
20
  xterm -e "watch -n 2 cat regression_rx.rpt" &
21
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.