Search Results

Search: Posts Made By: catgovind
14,190
Posted By catgovind
Hi Thanku
Its worked for my problem. [:)]
14,190
Posted By catgovind
recursively renaming files
Hi,

I'm new linux user.I need to recursively rename all files .I used this command "rename .MP3\;1 .MP3 *.MP3\;1" to rename files in one directory.But Inside this directory lots of sub directories...
19,801
Posted By catgovind
Thanks yar
Thanks yar
19,801
Posted By catgovind
Hi Madhan Thanks for the help I found the...
Hi Madhan

Thanks for the help
I found the soln

awk '{if(NR==1){print $0,"sometext"}else{print }}' output_filename > somu
19,801
Posted By catgovind
Hi madhan Thanks , when i did this.It will...
Hi madhan

Thanks , when i did this.It will print on the console.But what i need is it changed on the fie.
19,801
Posted By catgovind
Append text at end of the first line in a file
Hi

I need to append some text @ end of the first line in a file.
like
myfile.txt
list = a,b,c
list.a=some..

I give the arg "d" . now it append at end of first line
list=a,b,c,d...
3,955
Posted By catgovind
Thank u franklin .its working :). But it will...
Thank u franklin .its working :). But it will print on the console .what i need is directly changed on the file
3,955
Posted By catgovind
Removing specific lines
Hi
I have a .conf file having many location tags like

<Location /main>
AuthName main
AuthUserFile /ppt/gaea/passwd_main
Require user admin
</Location>
......
......
Showing results 1 to 8 of 8

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