Changes

From SME Server
Jump to navigationJump to search
17 bytes added ,  17:48, 4 July 2015
Line 685: Line 685:  
==== Find ====
 
==== Find ====
 
Like the name, simply find rpm in buildsrv
 
Like the name, simply find rpm in buildsrv
 
+
<nowiki>
 
  #!/bin/bash
 
  #!/bin/bash
 
  if [[ -z $1 ]]; then
 
  if [[ -z $1 ]]; then
Line 695: Line 695:  
  echo '## other repo ##'
 
  echo '## other repo ##'
 
  echo ''
 
  echo ''
  find /mirrors/ -name "*$1*"
+
  find /mirrors/ -name "*$1*"</nowiki>
       
usage:
 
usage:
 
  ./find rpmname
 
  ./find rpmname

Navigation menu