UrbanPro

Learn Unix Shell Scripting Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

As a programmer, what's the most destructive thing you've seen a command do?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

I would like to answer this from Unix perspective. I would share a couple of experience where I saw the things went messy. The 1st and formost thumb rule is to avoid use of find and rm in your shell script eventhough you are removing the perticular file set from a specific directory because when you...
read more

I would like to answer this from Unix perspective.

I would share a couple of experience where I saw the things went messy.

The 1st and formost thumb rule is to avoid use of find and rm in your shell script eventhough you are removing the perticular file set from a specific directory because when you are doing the trouble shooting from developer's work area then it would remove the files recursively and it would take time to realise what went wrong.

Point 2) Always have time to time backup of .ssh directory where you store the public or private keys as this is the most critical directory where you maintain server connectivity which may impact your deliverables.

Now from oracle perspective:

 

If you work on complex queries, run your queries and check at least thrice on different environments( where you have multiple data stored) that I am not missing any join which is leading to cartesian product.

 

2) check that you table doesnt contain any NULL record in the column being used in where condition because we dont always use this check ( column is not NULL)

read less
Comments

Related Questions

I am a working professional and I have 4.5 years of experience. I want to learn on how to create complicated unix scripts in different flavours of unix OS. Please let me know possible course options for me.
Hi Nizar, To be able to create shell scripts, you should be first comfortable with Unix basic commands. I offer following two courses: 1) Unix Basics - covers all the useful Unix commands and utilities 2)...
Nizar
shell scripting
A shell script is a computer program designed to be run by the UNIX shell, a command line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations...
Vishnu

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Unix (Automation for Disk space Alert on Server using Shell Script)
disk_check_advance.sh#!/bin/kshvar=`df -a|grep home|tail -1|awk '{print $3}'`HOST=`hostname`echo $var1if ; then df -h|grep home >data# du -s /home/* 2>/dev/null| sort -rn |head -20>>data #...

Internal and external commands Linux
Internal and external commands cmd: help To see all available internal commands cmd: type <your cmd> To check your cmd is internal or external.

Shell Scripting - The underrated programming language of system administrators
It is oft repeated that the next wave of IT is automation. But automation is not new - it existed before in terms of automated installation, sending birthday mails etc. It was not untill you actually...

Basics Of Unix
What is Unix ? The Unix operating system is a set of programs that act as a link between the computer and the user. The computer programs that allocate the system resources and coordinate all the details...
D

Dinesh Kumar G.

0 0
0

Unix Shell Scripting
UNIX Shell Scripting Unix – An Introduction:- Features & Advantages Unix Vs Linux Unix Architecture File Management Comparative study between Windows & Unix Vi Editor Unix –...

Recommended Articles

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for Unix Shell Scripting Training classes?

Find best Unix Shell Scripting Training classes in your locality on UrbanPro.

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Unix Shell Scripting Training Classes?

Find best tutors for Unix Shell Scripting Training Classes by posting a requirement.

  • Post a learning requirement
  • Get customized responses
  • Compare and select the best

Looking for Unix Shell Scripting Training Classes?

Get started now, by booking a Free Demo Class

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All