Find Jobs
Hire Freelancers

Linux Shell Script

$30-250 USD

Ukończony
Opublikowano prawie 7 lat temu

$30-250 USD

Płatne przy odbiorze
Dear Gents, I need to have linux bash script to make some operation on two text files. Below I describe step by step what the script suposed to do: 1. FileA always have one column. The script should search the data inside file and remove all rows which is not number with 7-9 character. All wrong records should be add to new create file. 2. FileB always have 5 column. Script should compare first column from FileB with FileA. If script find in column 1 of FileA any rows which is doesn't contain in FileB should remove it and put all wrong records to new file.
Identyfikator projektu: 14138942

Informację o projekcie

30 ofert
Zdalny projekt
Aktywny 7 lat temu

Szukasz sposobu na zarobienie pieniędzy?

Korzyści ze składania ofert na Freelancer.com

Ustal budżet i ramy czasowe
Otrzymuj wynagrodzenie za swoją pracę
Przedstaw swoją propozycję
Rejestracja i składanie ofert jest bezpłatne
Przyznano:
Awatar Użytkownika
Dear Sir ! Test my pearl script please,for step one. #!/usr/bin/perl use POSIX; my $debug = 1; my $filea ="[login to view URL]"; my $outfile="[login to view URL]"; my $string_length = 7; my $str =""; my $str1 =""; my @tmpa ; my $tmpstr=""; my $strfound = 0; open ( my $fh1,"<$filea") or die "error opening $filea"; open ( my $fh3,">$outfile") or die "error opening $outfile"; while ($str = <$fh1>) { $str =~ s/^\s+|\s+$//g; if (( length $str != 7) && (length $str != 9) || (! isdigit $str) ) { print $fh3 "$str\n"; if ($debug ) { printf "Bad number :%s\n",$str; } } else { if ($debug ) { printf "Good number :%s\n",$str; } } } regards g
$50 USD w 3 dni
5,0 (10 opinii)
3,4
3,4
30 freelancerzy składają oferty o średniej wysokości $100 USD dla tej pracy
Awatar Użytkownika
A proposal has not yet been provided
$72 USD w 2 dni
5,0 (221 opinii)
6,3
6,3
Awatar Użytkownika
Hi I read your project description. you are looking for me please check http://magic-scan.com. This service was developed by me using python, shell script.. please work with me.
$222 USD w 3 dni
5,0 (12 opinii)
5,3
5,3
Awatar Użytkownika
Hi, I would gladly help you build your shell script. I have 5 years of experience as a system admin and I'm currently co-owner of a hosting company doing these projects for fun. Thank you.
$90 USD w 1 dzień
5,0 (21 opinii)
4,4
4,4
Awatar Użytkownika
I see you're looking for bash script and on the other side required skills are also Perl, Python, ... So, if you only need something that will run on Linux (bash environment) and will do the job correctly and fast, I can make small application for only 35 $ And if I'm right, something isn't right with step 2 description. I beleive it should be: 2. FileB always have 5 column. Script should compare first column from FileB with FileA. If script find in column 1 of FileB any rows which is doesn't contain in FileA should remove it and put all wrong records to new file
$35 USD w 1 dzień
5,0 (26 opinii)
4,6
4,6
Awatar Użytkownika
Greetings sir, i am an expert freelancer for this job and your 100% satisfaction is assured if you allow me to serve. Here is the reason. Why you should pick me? a) I am a very expert and have the same kind of experience of 5 years. b) I work very hard (16+ hours a day and 7 days a week) and also very fast so... it will be done very soon than most of the other providers c) And most important part is my policy: "I will give you (to my client) life time support (as long as you keep relation with me). And fix any bugs/problem without any cost. So, don't ever worry about me” Please sir, leave a reply ASAP, as I am waiting for your kind reply
$200 USD w 3 dni
5,0 (5 opinii)
4,2
4,2
Awatar Użytkownika
A proposal has not yet been provided
$30 USD w 1 dzień
5,0 (13 opinii)
3,7
3,7
Awatar Użytkownika
Its not time taking task for me, I already have done many /Projects/scripts/scraper like this. I can make code/scraper of your project in just 4 hours and deliver your project within one day I can start your Project right now, I am ready to start, you can award me the project.
$30 USD w 0 dzień
4,9 (11 opinii)
3,3
3,3
Awatar Użytkownika
Greetings! My name is Sergey Murzin, I'm from Kyiv, Ukraine. I have 25 years experience in programming. Any code I provide is well structured and commented, client gets whole access and rights for the code I made. Warranty covers any bugs detected later. Also, plese tell me the linux system you use - despite bash script is universal, it might be some minor version differences, so I prefer to test script on client's system before delivery. Looking forward for further clarifications of the details. Regards, Sergey
$90 USD w 3 dni
5,0 (6 opinii)
2,8
2,8
Awatar Użytkownika
I have wrote down scripts on linux previously. I can work on your requirements as well. will be glad to help you.
$55 USD w 1 dzień
5,0 (1 opinia)
2,3
2,3
Awatar Użytkownika
Hi, I am intrested in Your project. It's a simple task and You can be sure of completion within the given time. I will be implementing the project in python3. Feel free to message me for any query.
$30 USD w 1 dzień
5,0 (2 opinii)
2,1
2,1
Awatar Użytkownika
I've made enough things to know how to fix your problem. How big will be the files? Send me two examples and I'll make the scripts
$111 USD w 3 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Hi, I am Server Administrator. I have huge experience in Linux system Administartor and can handle every task related to it. I have more than 7 years of experience, managing and analyzing hundreds of Linux servers. I am expert in following areas : Linux/Windows servers administration, AWS, Server Migration, New Servers Setup, Mail servers setup, Server Hardening and Security etc. I can easily complete following tasks : 1. FileA always have one column. The script should search the data inside file and remove all rows which is not number with 7-9 character. All wrong records should be add to new create file. 2. FileB always have 5 column. Script should compare first column from FileB with FileA. If script find in column 1 of FileA any rows which is doesn't contain in FileB should remove it and put all wrong records to new file. Warm Regards; Anshu
$55 USD w 3 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
I can do this in Shell or another language as well. This job will be done fast and then you can easily sort all your files. I am assuming it is a text file. Since it is not very complex, it is possible to do in one day. I hope you consider me for the job. Some sample data will also help. Thank you.
$55 USD w 1 dzień
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Have overall 10 years of experience in unix/linux server system administration & AWS(VPC,EC2,RDS,ELB,Lambda,Route 53,CAM). Have good knowledge on Deploying scalable and HA architecture environment Also have exposure on Vagrant,packers,dockers,httpd,ansible & shell scripting. I'm interested in your project. Please send me a message.
$222 USD w 5 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Hello! It's not a very difficult task. Will be finished in 3 days, but I'll try to get it solved by 8 PM tomorrow. The bid itself can be discussed.
$111 USD w 3 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
A proposal has not yet been provided
$111 USD w 5 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Hi, I can compete this is by 2-3 hours with $222. I will give you two separate scripting file for the above mentioned two tasks.
$222 USD w 1 dzień
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
Can you send me 2 files. I will make a script and send you demo.
$100 USD w 1 dzień
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
hi i have i lot experience with bash script and i can do this work i am linux system admin work at orange Palestine
$40 USD w 5 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
I am working as a shell script and Python developer and therefore can complete this task for you. 1) First requirement can be done by checking string length and removing the records which does not fit the criteria and push them to new file. 2) Second requirement requires comparison of first column from both files and if any record is absent in File B and present in File A then that record should be removed from File A and moved to new file. We can discuss this in more details if you find my bid relevant. Thank you.
$55 USD w 2 dni
0,0 (0 opinii)
0,0
0,0

O kliencie

Flaga POLAND
Warszawa, Poland
5,0
23
Zweryfikowana metoda płatności
Członek od lis 15, 2013

Weryfikacja Klienta

Dziękujemy! Przesłaliśmy Ci e-mailem link do odebrania darmowego bonusu.
Coś poszło nie tak podczas wysyłania wiadomości e-mail. Proszę spróbować ponownie.
Zarejestrowani Użytkownicy Całkowita Liczba Opublikowanych Projektów
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Wczytywanie podglądu
Udzielono pozwolenia na Geolokalizację.
Twoja sesja logowania wygasła i zostałeś wylogowany. Proszę, zalogować się ponownie.