...

/

Some Useful Commands

Some Useful Commands

Explore the essential commands you'll encounter during your learning process.

The diff command

We can use the diff command to compare the content of the files. For comparing the files diff-a.sql and diff-b.sql, we’ll write the file names with the diff keyword as follows:

Press + to interact
diff /usercode/diff-a.sql /usercode/diff-b.sql

Here we have the path for both files to be used then do the ...