SnowPro Core Certification — Question 482
What is the abbreviated form to get all the files in the stage for the current user?
Answer options
- A. LIST @~;
- B. LS @~;
- C. LS @usr;
- D. SHOW @%;
Correct answer: B
Explanation
The correct answer is B, 'LS @~;', which is the proper command to list all files in the staging area for the current user. Option A, 'LIST @~;', is not the correct abbreviation. Options C and D are irrelevant as they do not provide the accurate command to achieve this task.