|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hi!
can you please explain me what exactly this command does I am a bit confused "grep CTCTL" with this command. Riaz : ![]() |
|
#2
|
|||
|
|||
|
Well consider this:
grep CTCTL < somefile This read read somefile and display only the lines that contain the string "CTCTL". But just: grep CTCTL all by itself is a problem. It will read lines that you type in. Then if you had CTCTL somewhere in the line, it would repeat the line. Not my idea of a good time. ![]() |
|
#3
|
|||
|
|||
|
thanks
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > grep CTCTL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|