Search Results

Search: Posts Made By: aninda1989
2,106
Posted By aninda1989
you can try sed '1s/abc/checker/' test >...
you can try
sed '1s/abc/checker/' test > test1
5
1,160
Posted By aninda1989
consider a file is written with this There...
consider a file is written with this

There are three cats
Cats colour is white
Dogs always attack cats


With a shell script I want to filter out file like this
Cats
Cats
Dogs Cats
5
1,160
Posted By aninda1989
count
How can I count FOUR letter word in a file
6,926
Posted By aninda1989
Homework
1. Write a shell script to print the file names of all files having .txt extension of a given directory after converting to uppercase letters. The input (directory name) should be given as command...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 12:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy