I would like to make an alias for this command:
grep 'world ' FILE
where I want it to display all the lines containing 'world ' . The problem is that I cannot define it because the ' character is already used for defining the alias. Thus I cannot create an alias of command with something like this:
alias name=' grep 'world ' FILE