Command line crash course


Looking Inside Files (grep, select-string)



Download 309,48 Kb.
Pdf ko'rish
bet22/27
Sana16.03.2023
Hajmi309,48 Kb.
#919742
1   ...   19   20   21   22   23   24   25   26   27
Bog'liq
CommandLine

Looking Inside Files (grep, select-string) 
Do This 
I'm showing you a little trick for typing text into a file very quickly. If you do 
cat > somefile.txt then cat will read whatever you type and then write it to 
that file. On Windows it's done with echo > somefile.txt. The important 
thing, though, is that you have to "close" the file by typing CTRL-d. 
If you can't figure this out just use a text editor to make the newfile.txt and 
oldfile.txt. 
cd temp 
$ cat > newfile.txt 
This is a new file. 
This is a new file. 
This is a new file. 
$ cat > oldfile.txt 
This is a old file. 
This is a old file. 
This is a old file. 
$ grep new *.txt 
newfile.txt:This is a new file. 
newfile.txt:This is a new file. 
newfile.txt:This is a new file. 
$ grep old *.txt 
oldfile.txt:This is a old file. 
oldfile.txt:This is a old file. 


COMMAND LINE CRASH COURSE 
63 | 
P a g e
oldfile.txt:This is a old file. 
$ grep file *.txt 
newfile.txt:This is a new file. 
newfile.txt:This is a new file. 
newfile.txt:This is a new file. 
oldfile.txt:This is a old file. 
oldfile.txt:This is a old file. 
oldfile.txt:This is a old file. 

In Windows a similar trick is to do echo > somefile.txt and then you'll be 
prompted for each line. Give an empty line to stop entering text. 
> cd temp 
> echo > newfile.txt 
cmdlet Write-Output at command pipeline position 1 
Supply values for the following parameters: 
InputObject[0]: This is a new file. 
InputObject[1]: This is a new file. 
InputObject[2]: This is a new file. 
InputObject[3]: 
> echo > oldfile.txt 
cmdlet Write-Output at command pipeline position 1 
Supply values for the following parameters: 
InputObject[0]: This is a old file. 


COMMAND LINE CRASH COURSE 
64 | 
P a g e
InputObject[1]: This is a old file. 
InputObject[2]: This is a old file. 
InputObject[3]: 
> select-string new *.txt 
newfile.txt:1:This is a new file. 
newfile.txt:2:This is a new file. 
newfile.txt:3:This is a new file. 
> select-string old *.txt 
oldfile.txt:1:This is a old file. 
oldfile.txt:2:This is a old file. 
oldfile.txt:3:This is a old file. 
> select-string file *.txt 
newfile.txt:1:This is a new file. 
newfile.txt:2:This is a new file. 
newfile.txt:3:This is a new file. 
oldfile.txt:1:This is a old file. 
oldfile.txt:2:This is a old file. 
oldfile.txt:3:This is a old file. 


Download 309,48 Kb.

Do'stlaringiz bilan baham:
1   ...   19   20   21   22   23   24   25   26   27




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish