Search Results

Search: Posts Made By: Nagabhushan
2,220
Posted By Nagabhushan
you can do like this by cut : ex input is...
you can do like this by cut :
ex
input is your file
cut -c 40-62 ch1-ch2 ch3-ch4input
<LDATE>10-12-07</LDATE>
<LDATE>10-12-07</LDATE>
<LDATE>10-12-07</LDATE>
12,595
Posted By Nagabhushan
is there any way to stop changing the file using...
is there any way to stop changing the file using editors...except

permissions...
12,595
Posted By Nagabhushan
Sorry yaar sawant i have tried but its not...
Sorry yaar sawant i have tried but its not working..still the file open with editor.
12,595
Posted By Nagabhushan
Help to enchance unix tool..
HI friends ,

I was assigned to enhance tool in unix solaris...the tool is totaly developed on shell and perl scripts...

The tool is used to change control files....The users are of certain...
Forum: Open Source 11-14-2007
340,811
Posted By Nagabhushan
about locking a file
hi friends I have to modify a code of a tool.

The tool is designed to add and modify certain files related to production.
Some people are directly modifying these files with help of editors...
13,622
Posted By Nagabhushan
hi buddy, use this grep "<Tag1>"...
hi buddy,

use this
grep "<Tag1>" tag|uniq
3,160
Posted By Nagabhushan
You can use this....I think
Hi ,

You can send it by using pine command I think....let me now your response...
1,869
Posted By Nagabhushan
Hi Manish, What you are expecting by...
Hi Manish,

What you are expecting by executing this command...do you need number of lines ?
3,083
Posted By Nagabhushan
You an use simple script
row_num=grep -n June filename|cut -d ":" -f1

row_num=6 After execution

then

haed -6 filename
37,894
Posted By Nagabhushan
rename while doing ftp
hi friends,

I writing a script to psot dataset to ceratin server.....while doing ftp I have to rename the file while which is in present server like

present :test server

filename...
4
5,100
Posted By Nagabhushan
I not so goood in unix but following will work
mailx -s "subject" mailid <inputfile for one file attachment

you can use pine comcnd for multiple attachment mail


pine - read and send electronic mail with an easy user
interface
5,904
Posted By Nagabhushan
You can get this way
a=0
for file in `cat inputfile`
do
a=`expr $a + 1`
even=`expr $a%2|bc`
if [ $even -gt 0 ]
then
echo $file
fi
done
Showing results 1 to 12 of 12

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