
Shell script to export variables and trigger command through if else
₹600-1500 INR
Bezahlt bei Lieferung
I need a shell script that exports specific variables and triggers a command through if-else statements. The script should work with Bash and be compatible with Linux operating systems. The ideal freelancer for this job should have experience in shell scripting and be familiar with Bash. They should also have knowledge of Linux operating systems and be able to customize the script to meet my specific requirements.
Projekt-ID: #36707787
Über das Projekt
19 Freelancer bieten im Durchschnitt ₹1303 für diesen Job
Hello, I'm Hoang, a System Admin. I have 5-years of experience working with Linux server. I used to create some Shell scripts or Python on Linux to manage or monitor system. Please consider and contact me, we will dis Mehr
Hi, I am a bash expert. I can easily write whatever you want to do in bash. Let’s discuss further details in chat. Thanks Aryan
Hi, i have experience working with shell and various linux flavours. Please message me further for discussion and implementation.
Hello, my name is Masoud and I'm a senior devops manager with extensive experience in server administratiomn, web, mobile and database development. I understand that you need a shell script that exports specific variab Mehr
I have extensive experience in shell scripting and working with Bash on Linux operating systems. I have a strong understanding of software architecture and have worked with various programming languages like C, Python, Mehr
I've created more complex scripts in bash before. Shouldn't be a problem to do it quickly. I have about 10 years of experience with Linux and Bash.
Hello!! I want to help you by before we need to discuss better the requirements of your project. I'm a Linux Administrator and I have a deep knowledge of bash scripting. If you want we can talk and discuss what you Mehr
Conocimientos y mas de 8 años de experiencia desarrollando aplicaciones en Bash para servidores Linux, ademas de mucha flexibilidad con el cliente.
I am a cloud professional and an experienced shell scripter. I have done works like this before. I can do this.
I am currently working in the operations team, i have an experience of 12 years of production support with expertise like' Shell scripting, Database(Oracle, PGSql). I can do this task as i already have a long experienc Mehr
With my total experience, I should be able to help you with project. I am a lead infrastructure engineer
Hi! This is Idrees mainly bash/shell scripts writer. I am fully confident and exciting to finish your tasks/project. Feel free to contact and get quality services. Thank you
I can do this for you in 1 day. I am a systems engineer with 3 years experience using Linux professionally and for sure bash scripting, all my system is controlled by a bash scripts I wrote.
#!/bin/bash export VAR1="value1" export VAR2="value2" if [ condition ]; then command1 else command2 fi