Q1 How do you remove the Control-M characters from a file?
A1 Control-M is a carriage return on keyboard. The ^M is the keyboard equivalent to \r.
…
Q1 How do you remove the Control-M characters from a file?
A1 Control-M is a carriage return on keyboard. The ^M is the keyboard equivalent to \r.
…
Q1 How will you go about reading a CSV file as shown below? A1 Q2 How will you read and then write to another file? … Read more ›...
Prerequisite
If “openssh-server” & “openssh-client” are not installed in say “hostA”, then install them in “hostA” using “apt-get”
…
Q1 How will you delete files that are older than 7 days in a remote unix server? A1 By ssh ing to the remote host server Q2 How will you...
sed (stream editor) is one of the powerful workhorse commands in UNIX. Recently I had to use it with “Git” and “Maven” to find text “SNAPSHOT”
…
In BigData projects relating to HDFS or AWS S3, it is common to have scripts that transfer or download data from HDFS to the local file system on an edge...
Many industrial Java applications are developed om a WIN32 platfor, but run on a target platform, which is Unix based. If you are a beginner to Unix, and would like...