Extract file extension: Difference between revisions

Content added Content deleted
Line 2,145: Line 2,145:
document.txt_backup -> txt_backup
document.txt_backup -> txt_backup
/etc/pam.d/login -> </pre>
/etc/pam.d/login -> </pre>
Note: the task's descriptions seems wrong to me; on a Unix machine, files beginning with "." are treated as hidden files (eg. in ls) and the suffix can be considered to be empty. As opposed to "a.desktop".
Note: the task's description seems wrong to me; on a Unix machine, files beginning with "." are treated as hidden files (eg. in ls) and the suffix can be considered to be empty. As opposed to "a.desktop".


=={{header|Tcl}}==
=={{header|Tcl}}==