Is it possible to transfer the history of commands from one system to another?

B Faley

I am going to have all my data transferred to a new PC. Is it possible to transfer the command history of the previous Linux to the new system as well? So that when I type the history command, I get the same results as I did on the old system.

slm

If you're using Bash then the history is kept in the file, .bash_history, in your home directory.

This file can be copied from one system to another, it's just a text file.

Example

$ tail -4 ~/.bash_history
#1385239516
alias|grep cdc
#1385240451
exit

The file is filled with lines that include a timestamp followed by the command that ran at that timestamp.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Is it possible to transfer kafka users from one Zookeeper to another?

Transfer content from one tab to another without browser extension possible?

Is it possible to transfer free storage space from one hard drive to another?

Host Card Emulation - is it possible to transfer a string from one phone to another?

Is it possible to transfer Wifi adapter drivers from one OS to another?

how to transfer and install a software from one system to another?

is this even possible? send commands/objects from one python shell to another?

Transfer from one table to another

is it possible to programatically transfer files stored on amazon s3 from one region to another?

Is it possible to transfer data from one TableViewCell to another TableViewCell by using different? segues

transfer php variables from one server to another

Transfer data from one table to another on insert

Transfer image from one ImageButton to another

Android : transfer a view from a parent to another one

How to transfer a structure from one Plone to another

Transfer data from one database to another with Datamapper

Transfer RAM from one laptop to another

Transfer a repo from one bitbucket account to another

Query to transfer data from one database to another

Transfer the overflowing content from one div to another

Transfer post from one blog to another?

Transfer a id from one php file to another

Transfer Files from one cloud storage to another

How to transfer values from one dataframe to another?

VBA Transfer of data from one sheet to another

Transfer multiple columns from one workbook to another

Transfer text from one file to another

How to transfer files from one server to another?

Transfer files from one table to another in impala