How do I run a powershell script?
No Answer is Posted For this Question
Be the First to Post Answer
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
How do I set bash as default shell mac?
I want to connect to a remote server and execute some commands, how can I achieve this?
How Connect to a Database in Shell Programming?
What are the different kinds of loops available in shell script?
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is the use of script interpreter in shell scripting?
How does ls command work?
What are the default permissions of a file when it is created?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
How to check if a directory exists?