Search Results

Search: Posts Made By: bikas_jena
1,872
Posted By bikas_jena
Thanks a lot frnds. I change it to print from...
Thanks a lot frnds.
I change it to print from printf and its working.


:b:
1,872
Posted By bikas_jena
Error in AWK Program
Hi Friends,
I need your help.

I am not able to execute one awk program .If you can solve the following small program
then i can solve other one.

$ vi prg

#!/bin/awk -f
BEGIN {

# Print...
3,694
Posted By bikas_jena
OK Friends, I am giving you the more detail...
OK Friends,
I am giving you the more detail picture

abc.xls
=======
name roll
==== =====
Jack 1
rob 2
Chris 3



def.xls
=======
name roll
==== =====
Reena 11...
3,694
Posted By bikas_jena
combine multiple .xl file
Hi Friends,
Is it possible in Unix ?
The requirement is
=============
Create a unix shellscript that combines multiple excel files into one.
Note : it is possible for data files.but the...
3,634
Posted By bikas_jena
I think you can get hint from the following...
I think you can get hint from the following example

syntax
======
ftp -s:test.scr


test.scr file conatins the following things
===============================
open <servername>
userid...
1,267
Posted By bikas_jena
add last lineline in all the .txt files
Hi Friends,

I want to add "AAAAAAAAAAAAAAAAAAAAAAAAAA" in the last line of each .txt files in a particular directry. How to do this ?


Thanks In advsnce
5,821
Posted By bikas_jena
Thanks Friends for your help. Thanks a lot ...
Thanks Friends for your help.

Thanks a lot gus2000,

Yours coding working finely!!

Lakris ,
I tried your code in command prompt. but it thorws some errors.
$ sed -i -e '$d' *.csh
sed:...
5,821
Posted By bikas_jena
delete last line in all the file in a directry
Hi Friends,

Following script will replace "prd123" to "tst123" for all the .csh file the directry.

for i in *.csh
echo '$i'
do
ex - ${i} <<EOF
%s/prd123/tst123/g
wq!
EOF
done

Like...
11,975
Posted By bikas_jena
Hi Gus2000, Accroding to you , I have put /...
Hi Gus2000,
Accroding to you , I have put / in the last of each line . Still It doesnot wotrk and coming with same error.

I have done the following way
created one abc.csh
================...
11,975
Posted By bikas_jena
Frinds.. Pllllllllllllllllz helpme out.
Frinds..
Pllllllllllllllllz helpme out.
11,975
Posted By bikas_jena
Friends, Kindly help me out!!
Friends,
Kindly help me out!!
11,975
Posted By bikas_jena
how to call awk in a csh Program
Hi Friends,
Could you pleas help me out..

I have an awk program which works fine while running it in the command prompt.
The awk program is
===============
awk 'BEGIN {
format="head -%d...
2,852
Posted By bikas_jena
collect data from another file
Hi Friends ,
I am urgently needed your help.
could you pleas help me in creating the shell script.

Requirement :
collect the data from no_file.txt

no_file.txt
============
1
11
265 ...
Showing results 1 to 13 of 13

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