Search Results

Search: Posts Made By: dakid
27,362
Posted By dakid
inserting a character between string
i have a file contains like this:



i want to create a script that will insert a comma "." after the 10th character so it would be look like this



thanks in advance
107,888
Posted By dakid
thanks for this one :)
thanks for this one :)
3,756
Posted By dakid
kindly disregard this inquiry... i've found out...
kindly disregard this inquiry... i've found out that the code works well, but the problem is somewhere else :)
107,888
Posted By dakid
replace space with new line
i have a file named as templist which looks like this:



i want to translate spaces to a new line so that the file would look like this



im using sed with this sed -e 's/" "/\n/' templist...
3,756
Posted By dakid
it seems that there is an issue if there are more...
it seems that there is an issue if there are more numbers of lines added... seems that the output becomes zero.
please help me
3,984
Posted By dakid
it automatically displays $text and not puuting...
it automatically displays $text and not puuting it to output
3,984
Posted By dakid
i am receiving the error below
i am receiving the error below
3,984
Posted By dakid
it is giving me an error of
it is giving me an error of
3,984
Posted By dakid
help in using for command
i have a script that finds if a text is existing in the other file.



but it doesn't gives me an error of
1,849
Posted By dakid
help... no idea what to use
my issue now is i have a txt file containing a list like below



i want to create a script that will add a constant text "Find this name" at the start and "at your directory" at the end. every...
3,756
Posted By dakid
thank you all for great help.
thank you all for great help.
3,756
Posted By dakid
i tried using this one: but its giving me...
i tried using this one:


but its giving me an error


please help me in fixing this.
3,756
Posted By dakid
thanks for this this outputs: ...
thanks for this



this outputs:


is it possible to output only the final result in the file "sum: 972300"
3,756
Posted By dakid
help.. Problems in using awk
I do have a file (named as templist) which looks like this one:
00450000.000000 00402300.000000 00040000.000000 00020000.000000 00020000.000000 00020000.000000 00020000.000000

and I want to make...
1,557
Posted By dakid
copying file
is there anyway to copy a file which i don't have permission?
1,294
Posted By dakid
Need help!!!
What does this script means? :confused:

$ARC_PROG -f $INP_DIR/$INP_FIL -a $ARC_DIR/$FIL_TYP/$COMP_CD/$FY_STAMP/$MD_STAMP
10,131
Posted By dakid
what if i dont have perl?
what if i dont have perl?
10,131
Posted By dakid
blowtorch, i have an archive directory which...
blowtorch,

i have an archive directory which when the file is too old, when im viewing the files in long format, the field for time is replaced by the year.
i want to know if there is a command...
10,131
Posted By dakid
Can you help me searching for it?? i cant find...
Can you help me searching for it??
i cant find it in the forum. thanks
10,131
Posted By dakid
How to find time
Help me with this please...

If i am entering command ls -l, here is what it gives:

-rw-r----- 1 user22 psa 2140 Dec 2 2005 summary.gz

anyone knows how can i know the time it was...
1
1,340
Posted By dakid
Help
if [[ -a $PS_HOME/scripts/$FILE.ctl ]]

in the above statement, what is the meaning -a
5,757
Posted By dakid
Inserting character in every line
help me,

is there any script i can use to insert a single character in every line of the whole file?
12,837
Posted By dakid
adding contents of file
for example i have a file which contains data like:


123
222
325
142

can anyone help me write a script that adds them?
let's say that "total" is the filename...
2,221
Posted By dakid
thanks, what is the relation of the value...
thanks,

what is the relation of the value 10 and 9?
sed -n "10q;9p" input.txt
2,221
Posted By dakid
viewing specific lines
hi,

is there any command on viewing specific line number of a file?

thanks
Showing results 1 to 25 of 27

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