Find Jobs
Hire Freelancers

need shell script or java or python script

$30-250 USD

Cerrado
Publicado hace más de 6 años

$30-250 USD

Pagado a la entrega
need a small script to find a hardcoded value in a files in shell script or java or python
ID del proyecto: 15211470

Información sobre el proyecto

59 propuestas
Proyecto remoto
Activo hace 7 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
59 freelancers están ofertando un promedio de $94 USD por este trabajo
Avatar del usuario
I can create simple Python script that will process files just like you want. Relevant Skills and Experience I'm expert in data processing / parsing that's why I know you'll be impressed with my work. Proposed Milestones $50 USD - Python script to parse XML files
$50 USD en 1 día
4,9 (300 comentarios)
7,3
7,3
Avatar del usuario
hi, i can make the script in any of the languages which u have mentioned.
$60 USD en 2 días
4,9 (341 comentarios)
7,3
7,3
Avatar del usuario
Hello. It looks like as something pretty easy. I would prefer to use Python, despite I am able to complete with Java too. With Shell script too.
$35 USD en 1 día
4,9 (814 comentarios)
7,1
7,1
Avatar del usuario
please ignore the bid amount we will discuss the price later in the chat after we have discussed the project thoroughly Relevant Skills and Experience: . Proposed Milestones: 190 - . Hi scootkelly106! please inbox me to discuss the project
$190 USD en 3 días
4,9 (37 comentarios)
6,6
6,6
Avatar del usuario
Greetings, I can help you in create a small script. Please ping me for more discussion. Please see my profile i have deliver almost 270 projects with 100% client satisfaction. Relevant Skills and Experience I have more than 5 years of experience and can deliver your job with 100% quality Proposed Milestones $150 USD - Once project done
$150 USD en 2 días
4,9 (65 comentarios)
6,4
6,4
Avatar del usuario
Dear Customer, My name is Yuriy Tumakha. I am Senior Scala/Java Developer with 12 years of experience and strong problem-solving skills. I am interested in your project. Could you give more details? Relevant Skills and Experience Java, Shell script Proposed Milestones $75 USD - Milestone 1 $75 USD - Milestone 2
$150 USD en 3 días
4,9 (21 comentarios)
5,9
5,9
Avatar del usuario
A proposal has not yet been provided
$55 USD en 1 día
4,9 (96 comentarios)
5,5
5,5
Avatar del usuario
I am a senior Full-Stack Java developer and I have coped with several projects, small and more complex. I can deliver your project in a few hours. Relevant Skills and Experience I have a very strong academic background in algorithms and complexity, information systems and software development. I have an M.Sc. in CS and I work as a software engineer in my day-to-day job. Proposed Milestones $250 USD - Final project milestone
$250 USD en 1 día
4,9 (25 comentarios)
5,6
5,6
Avatar del usuario
® THIS IS NOT GENERAL PROPOSAL ® My name is Povilas and I'm ⇑perfect⇑ for your task. I'm Python programmer. I always follow PEP rules (Python programmer bible) and do my best to write not only working software but most importantly clean, stable, well documented code. For your project Python is perfect language as it's used on many servers for similar tasks • On what OS you will use this script?  → contact me now and let's talk! Best regards Povilas Kudriavcevas
$100 USD en 3 días
5,0 (19 comentarios)
5,1
5,1
Avatar del usuario
Hi, I have well worked on below 4 areas for last several years 1. Java (14 years) 2. Shell Scripts (14 years) 3. Python (8 years) 4. Scala (3 years) So I am pretty much confident on this! Thanks! Relevant Skills and Experience 1. Java (14 years) 2. Shell Scripts (14 years) 3. Python (8 years) 4. Scala (3 years) Proposed Milestones $155 USD - Initial delivery I couldn't change the bid amount which wanted to put as $100 (based on exact reqmt).
$155 USD en 3 días
4,9 (41 comentarios)
5,2
5,2
Avatar del usuario
Hello, I can write you script in python for this task. Josef Odpovídající dovednosti a zkušenosti python Navrhované průběžné platby $35 USD - script
$35 USD en 1 día
4,6 (40 comentarios)
5,2
5,2
Avatar del usuario
Hi, i can do it with bash script or java let me know if you are interested Relevant Skills and Experience Java, Bash Proposed Milestones $50 USD - project
$50 USD en 1 día
4,9 (15 comentarios)
4,8
4,8
Avatar del usuario
I have briefly checked the description on website and app designer, and I can deliver as per the requirements however I need us to discuss for more clarity on the details, deadline and budget as well. Relevant Skills and Experience java Proposed Milestones $250 USD - 1
$250 USD en 4 días
5,0 (8 comentarios)
4,3
4,3
Avatar del usuario
I read the task description and I can do this task easily in Python. I have 2+ years of working experience in Python and Shell Scripting. Relevant Skills and Experience Python Proposed Milestones $30 USD - Finish the task
$30 USD en 1 día
5,0 (36 comentarios)
4,4
4,4
Avatar del usuario
Hello More 20 years programming experience. I need more details to set real price and time. Regards. Relevant Skills and Experience More 20 years programming experience. Proposed Milestones $155 USD - script I need more details to set real price and time.
$155 USD en 3 días
4,3 (20 comentarios)
5,0
5,0
Avatar del usuario
Hi, I have already developed several crawlers and scrapers to fetch data from urls or websites....Your task i can do...And can provide you in a short time period..Discuss your requirement in detail.. Relevant Skills and Experience 9+ year experience in software development....expertise in algorithm designing and optimization....Full stack developer Proposed Milestones $166 USD - after talk i will decide i am flexible with the programming language.... can we chat?
$166 USD en 2 días
5,0 (6 comentarios)
4,3
4,3
Avatar del usuario
Create a python script to search through all files, and.. list the file names with the matched hardcoded value (first parameter)? Or do you want to list all files where at least ONE element has no %%? Relevant Skills and Experience too many hours programming with Python Proposed Milestones $70 USD - complete script
$70 USD en 2 días
5,0 (11 comentarios)
4,2
4,2
Avatar del usuario
A proposal has not yet been provided
$30 USD en 5 días
4,4 (16 comentarios)
4,9
4,9
Avatar del usuario
find . -name "*.xml" -exec grep '%%' {} \; \ -exec echo -e {}"\n" \; \ | sed 's/%%\(.*\)%%/\1/g' Explanation find . -name "*.xml" find all xml files recursively from current directory -exec grep '%%' {} \; on each file search for pattern %% -exec echo -e {}"\n" \; echo filename + new line (-e option makes echo interpret \n) | sed 's/%%\(.*\)<\/dbname>/\1/g' pipe output to sed to print only the field contained between the %% tags. I would like to take this project and work on the same
$50 USD en 1 día
5,0 (2 comentarios)
3,9
3,9
Avatar del usuario
Developer and security skills Relevant Skills and Experience IT Professional Proposed Milestones $66 USD - Done
$66 USD en 3 días
5,0 (8 comentarios)
3,6
3,6

Sobre este cliente

Bandera de UNITED STATES
califorina, United States
5,0
3
Miembro desde ene 16, 2016

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.