answersLogoWhite

0

date +"%d/%m/%y" date +"%d/%m/%y"

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Write a UNIX command to display the current date in the form ddmmyyyy?

UNIX command to display the current datedate +'%d/%m/%Y'Niraj sharma


What command will display files starting from z in unix?

Use the command: ls z* for those files in your current working directory.


What is the difference between unix command and dos command?

They are different languages, so you need to use a different word with different syntax to do the same thing. For example, to display the contents of the current directory, the command in MS-DOS is dir, but in UNIX it's ls.


Write the UNIX command to display the number of characters lines and words in the files myfile1txt myfile2txt and myfile3txt?

Use the 'wc' command: wc myfile[123].txt


Which commands can you use to display the pathname of a current working directory?

You can use the pwd command in Unix-like operating systems to display the pathname of the current working directory. In Windows Command Prompt, you can use the cd command without any arguments to achieve the same result. Additionally, in PowerShell, the command Get-Location can be used to show the current directory.


What command displays the time on most Linux and Unix computer?

The time command is used to time a command and not display the actual time. To display the time and date, the date command must be used.


What is the Unix command to display the filesizes of a directory?

Once your in the directory you have to type the following: du -a


What is mesg command in unix?

The mesg command displays the current state of messaging (write, talk, etc.) for a user. You can also use it to turn on and off messaging (mesg y, mesg n).


What should be the command to display your name that is jolly das in the form of a banner in unix?

well the answer is banner command eg. $banner jolly good


What is the command in UNIX for printing current time in 24 hour format?

nbvngvnbvnbnb


What command should you type at the shell prompt or command prompt?

The command you should type at the shell prompt or command prompt depends on what you want to accomplish. For example, to display the current directory, you can use pwd in Unix/Linux or cd without arguments in Windows. To list files, type ls in Unix/Linux or dir in Windows. Always ensure you have the appropriate permissions for the commands you intend to execute.


What is the command that will change the current default directory to the root directory in Unix?

CD /