अगर मैं grep -nr sumthin *
अपने सोर्स कोड डायरेक्टरी में हूं, तो यह मिनिमाइज्ड जावास्क्रिप्ट या सीएसएस फाइलों से बहुत लंबी लाइनें निकालता है। मैं प्रति पंक्ति केवल पहले 80 वर्ण प्राप्त करना चाहता हूं।
उदाहरण के लिए, एक नियमित grep
मुझे यह देता है:
css/style.css:21: behavior: url("css/iepngfix.htc")
css/style-min.css:4:.arrow1{cursor:pointer;position:absolute;left:5px;bottom:10px;z-index:13;}.arrow2{cursor:pointer;position:absolute;right:5px;bottom:10px;z-index:13;}.calendarModule{z-index:100;}.calendarFooterContainer{height:25px;text-align:center;width:100%!important;z-index:15;position:relative;font-size:15px!important;padding:-2px 0 3px 0;clear:both!important;border-left:1px solid #CCC;border-right:1px ... etc.
लेकिन मैं इसके बजाय सिर्फ यही प्राप्त करना चाहूंगा:
css/style.css:21: behavior: url("css/iepngfix.htc")
css/style-min.css:4:.arrow1{cursor:pointer;position:absolute;left:5px;bottom:
लिनक्स कमांड यह क्या कर सकता है?
"न्यूनतम किया गया?" इसका क्या मतलब है?
—
CarlF
धन्यवाद। सही लिंक है en.wikipedia.org/wiki/Minification_%28programming%29
—
CarlF
दोनों लिंक मेरे लिए एक ही पृष्ठ पर ले जाते हैं।
—
विक्टर