how to separate the even and odd number generated from one
file to two separate file i.e. even numbers in file1.txt and
odd numbers in file2.txt
Answer Posted / rahul
Can someon just use only one line script if we already knew the file name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we write bin bash in shell scripts?
What is a shell script? Can you name some of its advantages?
What are script files?
Write a shell script to get current date, time, user name and current working directory.
Is shell scripting easy to learn?
What is console line?
What does egrep mean?
What is mac default shell?
How do I debug a shell script?
I want to connect to a remote server and execute some commands, how can I achieve this?
How do I run a script from command prompt?
Is it possible to substitute "ls" command in the place of "echo" command?
What is the first line in a shell script?
Why is it called a shell?
How to get the last line from a file using just the terminal?