awk - pass one command to another one on the terminal -


नीचे दिए गए कोड को देखें

  awk '{print $ 1}' grep _Y myFile < / Code>  

मैं grep _Y myFile के परिणाम को awk कमांड पास करना चाहता हूं उस रेखा को कैसे सही ढंग से लिखना

क्यों नहीं एक बार में सब कुछ करें:

  awk '/ _y / {प्रिंट $ 1} 'myFile    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -