View aliases

Report a typo

Type the command to view all predefined aliases in the system.

Sample Input 1:

Sample Output 1:

alias cp='cp -i'
alias df='df -h'
alias ls='ls --color=auto'
alias more='less'
Write a program in Shell
#!/usr/bin/env bash

function solve {
# add your solution below

}
___

Create a free account to access the full topic