Search Results

Search: Posts Made By: JayAbram
2,296
Posted By JayAbram
Franklin, I apologise for not following...
Franklin,

I apologise for not following code tags. Read the rules about them and will follow them. Thanks for correcting me again.

Jay
4,377
Posted By JayAbram
Can you be more clear about what your expected...
Can you be more clear about what your expected output?`
2,296
Posted By JayAbram
you can use sort file1 file2 | uniq -d >>...
you can use
sort file1 file2 | uniq -d >> newfile
2,701
Posted By JayAbram
give a try like eh below: $ cat s.txt ...
give a try like eh below:


$ cat s.txt
SQL> select sum(salary) from emp;

SUM(SALARY)
-----------
30807

SQL> spool off


Jay@Jay-PC ~
$ grep " *[0-9]" s.txt
30807
...
1,568
Posted By JayAbram
Howdy, written a simple script as below...
Howdy,

written a simple script as below assuming MyDetail and MyTrailer files..
you can add further commands..




#!/usr/bin/sh

for file in '/home/Jay/My*'
do
if [...
1,568
Posted By JayAbram
you can go with this if the trailercontent is the...
you can go with this if the trailercontent is the lastline in your trailerline.

Appends the detailfilename as the last line..
tail -n1 trailerfilename >> detailfilename
Showing results 1 to 6 of 6

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