The pwd (print working directory) comand does just that, prints the current working directory, i.e. the directory that you are in. You may redirect the output of pwd using standard UNIX redirectors to either a file, a variable or pass it on to another command. See redirection for more info.
Another example of the use of 'ls' this time with the -l parameter, the
following is the output from running 'ls -l a*' in my /windows/system directory.
The date and time can be easily set to the current time with the 'touch' command which is useful for forcing compilation or processing of certain files by other commands.