

InterviewSolution
1. |
Solve : UNIX? |
Answer» Got a couple of questions i need help with when using UNIX Got a couple of questions i need help with when using UNIXCode: [Select]echo $PATH Quote 2.I am also develop0ing a shell script and want to temporarily set the variable check to contain the value of variable M plus 1, What would be the best command to get this to work.Code: [Select]#var=`echo $M +1|bc` Quote I have 3 files that start with "data" in order to to display the 4 files one right after the other, would I ant to use more data [1-4]?Code: [Select]# CAT data* |
|