10 More Discussions You Might Find Interesting
1. Solaris
Hi All,
When i try to use vi editor to view content of a file i get error "Terminal too wide"
I try to use the following stty command though i dont know the purpose of it ( as it was said in some oracle forum )
but still the same error returns.
"stty columns 120"
Could you explain... (5 Replies)
Discussion started by: Maddy123
5 Replies
2. Shell Programming and Scripting
Hi All,
I have a very large single record file.
abc;date||bcd;efg|......... pqr;stu||record_count;date
when i do wc -l on this file it gives me "0" records, coz of missing line feed.
my problem is there is an extra pipe that is coming at the end of this record
like... (6 Replies)
Discussion started by: Gurkamal83
6 Replies
3. Shell Programming and Scripting
Hi,
For a particular file i used Vi editor to view the content and i have to copy the same ,
But in the files if have 1000 lines and i have to copy the file contents from 700th to 900th lines
But while copying i'm dragging the mouse from top to bottom but i supposed to copy the lines... (8 Replies)
Discussion started by: thelakbe
8 Replies
4. Programming
Hi All,
I am just curious, not programming anything of my own. I know there are libraries like gmp which does all such things. But I really need to know HOW they do all such things i.e. working with extremely large unimaginable numbers which are beyond the integer limit. They can do add,... (1 Reply)
Discussion started by: shoaibjameel123
1 Replies
5. Solaris
Hello everyone. Need some help copying a filesystem. The situation is this: I have an oracle DB mounted on /u01 and need to copy it to /u02. /u01 is 500 Gb and /u02 is 300 Gb. The size used on /u01 is 187 Gb. This is running on solaris 9 and both filesystems are UFS.
I have tried to do it using:... (14 Replies)
Discussion started by: dragonov7
14 Replies
6. Shell Programming and Scripting
Hello everyone!
I have 2 types of files in the following format:
1) *.fa
>1234
...some text...
>2345
...some text...
>3456
...some text...
.
.
.
.
2) *.info
>1234 (7 Replies)
Discussion started by: ad23
7 Replies
7. UNIX for Dummies Questions & Answers
Hi there,
I am unable to find solution to the following question.
1) How do you copy 10 lines starting from the current and paste at the end of file?
2) How do you delete five lines starting from the current and four lines above?
3) What is the command to remove all space... (1 Reply)
Discussion started by: grc
1 Replies
8. UNIX for Dummies Questions & Answers
Hi All,
Apologise if I am in the wrong forum,
I am trying to view all files one by one in the vi editor that contain a pattern.
This command work but not sure where to pipe it to use vi editor
find . -name "pattern" -print | xargs -ltr
tnx in advance (1 Reply)
Discussion started by: lingosa
1 Replies
9. UNIX for Advanced & Expert Users
In a recent research experiment I was handling, I faced this task of managing huge amounts of data to the order of Terabytes and with the help of many people here, I managed to learn quite a lot of things in the whole process. I am sure that many people will keep facing these situations quite often... (2 Replies)
Discussion started by: Legend986
2 Replies
10. UNIX for Dummies Questions & Answers
Hi ,
I have a peculiar case, where my sed command is working on a file which contains lines of small length.
sed "s/XYZ:1/XYZ:3/g" abc.txt > xyz.txt
when abc.txt contains lines of small length(currently around 80 chars) , this sed command is working fine.
when abc.txt contains lines of... (3 Replies)
Discussion started by: thanuman
3 Replies