Search Results

Search: Posts Made By: d_sai_kumar
3,551
Posted By Chubler_XL
cygwin works fine for me on windows 7 both 64 and...
cygwin works fine for me on windows 7 both 64 and 32 bit. What sort of issues are you getting with the install?
3,551
Posted By itkamaraj
The code will work for the given format files. ...
The code will work for the given format files.

The problem could be, you have the vbscript file also in the same folder. so the script takes the vbscript file and trying to find the ( "-" ) in the...
3,551
Posted By itkamaraj
As it is in windows 7, you can use vbscript to...
As it is in windows 7, you can use vbscript to rename the files

1) change the folder name
2) save the script as rename.vbs
3) open the command prompt and goto the script folder
4) execute the...
3,551
Posted By Don Cragun
If I understood the request correctly, I think...
If I understood the request correctly, I think the person submitting this request wants something more like:

ls *.wrl | awk '/[0-9]+/ {
pos=match($0,"[0-9]+")
...
3,551
Posted By rangarasan
Yes thanks for pointing out. I have updated in my...
Yes thanks for pointing out. I have updated in my previous post.
Cheers,
Ranga:-)
3,551
Posted By alister
It has no chance of working, unless you quote the...
It has no chance of working, unless you quote the argument to -F.

Regards,
Alister
3,551
Posted By rangarasan
Hi, Yes you can do with cygwin but dont forget...
Hi,
Yes you can do with cygwin but dont forget to install necessary binaries like find,awk,perl, ssh while installing..
Try this untested code,

find /home/dir -name "*.wrl" |awk -F"[ .]"...
Showing results 1 to 7 of 7

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